Shades of Biloba Flower #AB99DD
Tints of Biloba Flower #AB99DD
RGB
CMYK
RGB Variations
Color information
#AB99DD (or 0xAB99DD) is known color: Biloba Flower. HEX triplet: AB, 99 and DD. RGB value is (171,153,221). Sum of RGB (Red+Green+Blue) = 171+153+221=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99DD is #546622. Grayscale: #A5A5A5. Windows color (decimal): -5531171 or 14522795. OLE color: 14522795.
HSL color Cylindrical-coordinate representation of color #AB99DD: hue angle of 255.88º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB99DD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 153 | 221 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.13 |
| HSL | 255.88º | 0.5% | 0.73% | - |
| HSV(B) | 255.88º | 0.31% | 0.87% | - |
| XYZ | 41.24 | 36.66 | 73.31 | - |
| YUV | 166.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 221 | 0.23 | 0.31 | 0 | 0.13 | 255.88 | 0.5 | 0.73 |
| Hex | AB | 99 | DD | 17 | 1F | 0 | D | 100 | 32 | 49 |
| Octal | 253 | 231 | 335 | 27 | 37 | 0 | 15 | 400 | 62 | 111 |
| Binary | 10101011 | 10011001 | 11011101 | 10111 | 11111 | 0 | 1101 | 100000000 | 110010 | 1001001 |
Color Harmonies of #AB99DD
Complementary color
Monochromatic Colors of #AB99DD
Black with #AB99DD
Text Example
Text Example
White with #AB99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99DD; }
p { color: rgb(171,153,221); }
H1.HeaderClassName
{
color: #AB99DD;
}
.AnyTagClassName
{
color: #AB99DD;
}
</style>
background-color css
<style>
a { background-color: #AB99DD; }
a { background-color: rgb(171,153,221); }
div.DivClassName
{
background-color: #AB99DD;
}
.BgClassName
{
background-color: #AB99DD;
}
</style>
border-color css
<style>
span { border-color: #AB99DD; }
span { border-color: rgb(171,153,221); }
td.TdClassName
{
border-color: #AB99DD;
}
.TagClassName
{
border-color: #AB99DD;
}
</style>