#AB94E0

Color #AB94E0 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB94E0

Tints of Biloba Flower #AB94E0

Color information

#AB94E0 (or 0xAB94E0) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and E0. RGB value is (171,148,224). Sum of RGB (Red+Green+Blue) = 171+148+224=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB94E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94E0 is #546B1F. Grayscale: #A3A3A3. Windows color (decimal): -5532448 or 14718123. OLE color: 14718123.

HSL color Cylindrical-coordinate representation of color #AB94E0: hue angle of 258.16º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB94E0 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171148224-
CMYK0.240.3400.12
HSL258.16º55.07%72.94%-
HSV(B)258.16º33.93%87.84%-
XYZ40.8435.2275.17-
YUV163.54162.12133.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=31.49%
G=27.26%
B=41.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711482240.240.3400.12258.1655.0772.94
HexAB94E018220C1023749
Octal253224340304201440267111
Binary10101011100101001110000011000100010011001000000101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94E0; }

 p { color: rgb(171,148,224); }

 H1.HeaderClassName
 {
   color: #AB94E0;
 }
 .AnyTagClassName
 {
   color: #AB94E0;
 }
</style>
background-color css

<style>
 a { background-color: #AB94E0; }

 a { background-color: rgb(171,148,224); }

 div.DivClassName
 {
   background-color: #AB94E0;
 }
 .BgClassName
 {
   background-color: #AB94E0;
 }
</style>
border-color css

<style>
 span { border-color: #AB94E0; }

 span { border-color: rgb(171,148,224); }

 td.TdClassName
 {
   border-color: #AB94E0;
 }
 .TagClassName
 {
   border-color: #AB94E0;
 }
</style>