Shades of Biloba Flower #AB99DC
Tints of Biloba Flower #AB99DC
RGB
CMYK
RGB Variations
Color information
#AB99DC (or 0xAB99DC) is known color: 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
| RGB | 171 | 153 | 220 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.14 |
| HSL | 256.12º | 0.49% | 0.73% | - |
| HSV(B) | 256.12º | 0.3% | 0.86% | - |
| XYZ | 41.1 | 36.61 | 72.61 | - |
| YUV | 166.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 220 | 0.22 | 0.30 | 0 | 0.14 | 256.12 | 0.49 | 0.73 |
| Hex | AB | 99 | DC | 16 | 1E | 0 | E | 100 | 31 | 49 |
| Octal | 253 | 231 | 334 | 26 | 36 | 0 | 16 | 400 | 61 | 111 |
| Binary | 10101011 | 10011001 | 11011100 | 10110 | 11110 | 0 | 1110 | 100000000 | 110001 | 1001001 |
Color Harmonies of #AB99DC
Complementary color
Monochromatic Colors of #AB99DC
Black with #AB99DC
Text Example
Text Example
White with #AB99DC
Text Example
Text Example
HTML Codes & Css Web 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>