Shades of Biloba Flower #AB99D3
Tints of Biloba Flower #AB99D3
RGB
CMYK
RGB Variations
Color information
#AB99D3 (or 0xAB99D3) is known color: Biloba Flower. HEX triplet: AB, 99 and D3. RGB value is (171,153,211). Sum of RGB (Red+Green+Blue) = 171+153+211=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB99D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99D3 is #54662C. Grayscale: #A4A4A4. Windows color (decimal): -5531181 or 13867435. OLE color: 13867435.
HSL color Cylindrical-coordinate representation of color #AB99D3: hue angle of 258.62º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB99D3 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 153 | 211 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.17 |
| HSL | 258.62º | 0.4% | 0.71% | - |
| HSV(B) | 258.62º | 0.27% | 0.83% | - |
| XYZ | 39.94 | 36.14 | 66.5 | - |
| YUV | 164.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 211 | 0.19 | 0.27 | 0 | 0.17 | 258.62 | 0.4 | 0.71 |
| Hex | AB | 99 | D3 | 13 | 1B | 0 | 11 | 103 | 28 | 47 |
| Octal | 253 | 231 | 323 | 23 | 33 | 0 | 21 | 403 | 50 | 107 |
| Binary | 10101011 | 10011001 | 11010011 | 10011 | 11011 | 0 | 10001 | 100000011 | 101000 | 1000111 |
Color Harmonies of #AB99D3
Complementary color
Monochromatic Colors of #AB99D3
Black with #AB99D3
Text Example
Text Example
White with #AB99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99D3; }
p { color: rgb(171,153,211); }
H1.HeaderClassName
{
color: #AB99D3;
}
.AnyTagClassName
{
color: #AB99D3;
}
</style>
background-color css
<style>
a { background-color: #AB99D3; }
a { background-color: rgb(171,153,211); }
div.DivClassName
{
background-color: #AB99D3;
}
.BgClassName
{
background-color: #AB99D3;
}
</style>
border-color css
<style>
span { border-color: #AB99D3; }
span { border-color: rgb(171,153,211); }
td.TdClassName
{
border-color: #AB99D3;
}
.TagClassName
{
border-color: #AB99D3;
}
</style>