#AB99D9

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

Shades of Biloba Flower #AB99D9

Tints of Biloba Flower #AB99D9

Color information

#AB99D9 (or 0xAB99D9) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and D9. RGB value is (171,153,217). Sum of RGB (Red+Green+Blue) = 171+153+217=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB99D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99D9 is #546626. Grayscale: #A5A5A5. Windows color (decimal): -5531175 or 14260651. OLE color: 14260651.

HSL color Cylindrical-coordinate representation of color #AB99D9: hue angle of 256.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB99D9 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171153217-
CMYK0.210.2900.15
HSL256.88º45.71%72.55%-
HSV(B)256.88º29.49%85.1%-
XYZ40.7136.4570.54-
YUV165.68156.96131.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 217 (85.16% from 255) = 40.11%
R=31.61%
G=28.28%
B=40.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711532170.210.2900.15256.8845.7172.55
HexAB99D9151D0F1012e49
Octal253231331253501740156111
Binary1010101110011001110110011010111101011111000000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99D9; }

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

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

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

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

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

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

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

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