Shades of Biloba Flower #AB99DB
Tints of Biloba Flower #AB99DB
RGB
CMYK
RGB Variations
Color information
#AB99DB (or 0xAB99DB) is known color: Biloba Flower. HEX triplet: AB, 99 and DB. RGB value is (171,153,219). Sum of RGB (Red+Green+Blue) = 171+153+219=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99DB is #546624. Grayscale: #A5A5A5. Windows color (decimal): -5531173 or 14391723. OLE color: 14391723.
HSL color Cylindrical-coordinate representation of color #AB99DB: hue angle of 256.36º degrees, saturation: 0.48, 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 #AB99DB is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 153 | 219 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.14 |
| HSL | 256.36º | 0.48% | 0.73% | - |
| HSV(B) | 256.36º | 0.3% | 0.86% | - |
| XYZ | 40.97 | 36.55 | 71.91 | - |
| YUV | 165.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 219 | 0.22 | 0.30 | 0 | 0.14 | 256.36 | 0.48 | 0.73 |
| Hex | AB | 99 | DB | 16 | 1E | 0 | E | 100 | 30 | 49 |
| Octal | 253 | 231 | 333 | 26 | 36 | 0 | 16 | 400 | 60 | 111 |
| Binary | 10101011 | 10011001 | 11011011 | 10110 | 11110 | 0 | 1110 | 100000000 | 110000 | 1001001 |
Color Harmonies of #AB99DB
Complementary color
Monochromatic Colors of #AB99DB
Black with #AB99DB
Text Example
Text Example
White with #AB99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99DB; }
p { color: rgb(171,153,219); }
H1.HeaderClassName
{
color: #AB99DB;
}
.AnyTagClassName
{
color: #AB99DB;
}
</style>
background-color css
<style>
a { background-color: #AB99DB; }
a { background-color: rgb(171,153,219); }
div.DivClassName
{
background-color: #AB99DB;
}
.BgClassName
{
background-color: #AB99DB;
}
</style>
border-color css
<style>
span { border-color: #AB99DB; }
span { border-color: rgb(171,153,219); }
td.TdClassName
{
border-color: #AB99DB;
}
.TagClassName
{
border-color: #AB99DB;
}
</style>