Shades of Biloba Flower #AB99CE
Tints of Biloba Flower #AB99CE
RGB
CMYK
RGB Variations
Color information
#AB99CE (or 0xAB99CE) is known color: Biloba Flower. HEX triplet: AB, 99 and CE. RGB value is (171,153,206). Sum of RGB (Red+Green+Blue) = 171+153+206=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99CE is #546631. Grayscale: #A4A4A4. Windows color (decimal): -5531186 or 13539755. OLE color: 13539755.
HSL color Cylindrical-coordinate representation of color #AB99CE: hue angle of 260.38º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB99CE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 153 | 206 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.19 |
| HSL | 260.38º | 0.35% | 0.7% | - |
| HSV(B) | 260.38º | 0.26% | 0.81% | - |
| XYZ | 39.33 | 35.9 | 63.25 | - |
| YUV | 164.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 206 | 0.17 | 0.26 | 0 | 0.19 | 260.38 | 0.35 | 0.7 |
| Hex | AB | 99 | CE | 11 | 1A | 0 | 13 | 104 | 23 | 46 |
| Octal | 253 | 231 | 316 | 21 | 32 | 0 | 23 | 404 | 43 | 106 |
| Binary | 10101011 | 10011001 | 11001110 | 10001 | 11010 | 0 | 10011 | 100000100 | 100011 | 1000110 |
Color Harmonies of #AB99CE
Complementary color
Monochromatic Colors of #AB99CE
Black with #AB99CE
Text Example
Text Example
White with #AB99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99CE; }
p { color: rgb(171,153,206); }
H1.HeaderClassName
{
color: #AB99CE;
}
.AnyTagClassName
{
color: #AB99CE;
}
</style>
background-color css
<style>
a { background-color: #AB99CE; }
a { background-color: rgb(171,153,206); }
div.DivClassName
{
background-color: #AB99CE;
}
.BgClassName
{
background-color: #AB99CE;
}
</style>
border-color css
<style>
span { border-color: #AB99CE; }
span { border-color: rgb(171,153,206); }
td.TdClassName
{
border-color: #AB99CE;
}
.TagClassName
{
border-color: #AB99CE;
}
</style>