#AB99EF

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

Shades of Biloba Flower #AB99EF

Tints of Biloba Flower #AB99EF

Color information

#AB99EF (or 0xAB99EF) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and EF. RGB value is (171,153,239). Sum of RGB (Red+Green+Blue) = 171+153+239=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB99EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB99EF is #546610. Grayscale: #A7A7A7. Windows color (decimal): -5531153 or 15702443. OLE color: 15702443.

HSL color Cylindrical-coordinate representation of color #AB99EF: hue angle of 252.56º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB99EF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171153239-
CMYK0.280.3600.06
HSL252.56º72.88%76.86%-
HSV(B)252.56º35.98%93.73%-
XYZ43.7737.6786.63-
YUV168.19167.96130.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=30.37%
G=27.18%
B=42.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711532390.280.3600.06252.5672.8876.86
HexAB99EF1C2406fd494d
Octal253231357344406375111115
Binary1010101110011001111011111110010010001101111110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99EF; }

 p { color: rgb(171,153,239); }

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

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

 a { background-color: rgb(171,153,239); }

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

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

 span { border-color: rgb(171,153,239); }

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