#AB99DC

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

Shades of Biloba Flower #AB99DC

Tints of Biloba Flower #AB99DC

Color information

#AB99DC (or 0xAB99DC) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and DC. RGB value is (171,153,220). Sum of RGB (Red+Green+Blue) = 171+153+220=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99DC is #546623. Grayscale: #A5A5A5. Windows color (decimal): -5531172 or 14457259. OLE color: 14457259.

HSL color Cylindrical-coordinate representation of color #AB99DC: hue angle of 256.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB99DC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171153220-
CMYK0.220.3000.14
HSL256.12º48.91%73.14%-
HSV(B)256.12º30.45%86.27%-
XYZ41.136.6172.61-
YUV166.02158.46131.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=31.43%
G=28.12%
B=40.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711532200.220.3000.14256.1248.9173.14
HexAB99DC161E0E1003149
Octal253231334263601640061111
Binary1010101110011001110111001011011110011101000000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99DC; }

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

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

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

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

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

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

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

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