#AB9EED

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

Shades of Biloba Flower #AB9EED

Tints of Biloba Flower #AB9EED

Color information

#AB9EED (or 0xAB9EED) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and ED. RGB value is (171,158,237). Sum of RGB (Red+Green+Blue) = 171+158+237=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EED is #546112. Grayscale: #AAAAAA. Windows color (decimal): -5529875 or 15572651. OLE color: 15572651.

HSL color Cylindrical-coordinate representation of color #AB9EED: hue angle of 249.87º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9EED is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171158237-
CMYK0.280.3300.07
HSL249.87º68.7%77.45%-
HSV(B)249.87º33.33%92.94%-
XYZ44.3139.2385.36-
YUV170.89165.31128.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=30.21%
G=27.92%
B=41.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711582370.280.3300.07249.8768.777.45
HexAB9EED1C2107fa454d
Octal253236355344107372105115
Binary1010101110011110111011011110010000101111111101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EED; }

 p { color: rgb(171,158,237); }

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

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

 a { background-color: rgb(171,158,237); }

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

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

 span { border-color: rgb(171,158,237); }

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