Shades of Biloba Flower #AB99D8
Tints of Biloba Flower #AB99D8
RGB
CMYK
RGB Variations
Color information
#AB99D8 (or 0xAB99D8) is known color: Biloba Flower. HEX triplet: AB, 99 and D8. RGB value is (171,153,216). Sum of RGB (Red+Green+Blue) = 171+153+216=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB99D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99D8 is #546627. Grayscale: #A5A5A5. Windows color (decimal): -5531176 or 14195115. OLE color: 14195115.
HSL color Cylindrical-coordinate representation of color #AB99D8: hue angle of 257.14º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB99D8 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 153 | 216 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.15 |
| HSL | 257.14º | 0.45% | 0.72% | - |
| HSV(B) | 257.14º | 0.29% | 0.85% | - |
| XYZ | 40.58 | 36.4 | 69.85 | - |
| YUV | 165.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 216 | 0.21 | 0.29 | 0 | 0.15 | 257.14 | 0.45 | 0.72 |
| Hex | AB | 99 | D8 | 15 | 1D | 0 | F | 101 | 2D | 48 |
| Octal | 253 | 231 | 330 | 25 | 35 | 0 | 17 | 401 | 55 | 110 |
| Binary | 10101011 | 10011001 | 11011000 | 10101 | 11101 | 0 | 1111 | 100000001 | 101101 | 1001000 |
Color Harmonies of #AB99D8
Complementary color
Monochromatic Colors of #AB99D8
Black with #AB99D8
Text Example
Text Example
White with #AB99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99D8; }
p { color: rgb(171,153,216); }
H1.HeaderClassName
{
color: #AB99D8;
}
.AnyTagClassName
{
color: #AB99D8;
}
</style>
background-color css
<style>
a { background-color: #AB99D8; }
a { background-color: rgb(171,153,216); }
div.DivClassName
{
background-color: #AB99D8;
}
.BgClassName
{
background-color: #AB99D8;
}
</style>
border-color css
<style>
span { border-color: #AB99D8; }
span { border-color: rgb(171,153,216); }
td.TdClassName
{
border-color: #AB99D8;
}
.TagClassName
{
border-color: #AB99D8;
}
</style>