Shades of Biloba Flower #AB99C6
Tints of Biloba Flower #AB99C6
RGB
CMYK
RGB Variations
Color information
#AB99C6 (or 0xAB99C6) is known color: Biloba Flower. HEX triplet: AB, 99 and C6. RGB value is (171,153,198). Sum of RGB (Red+Green+Blue) = 171+153+198=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB99C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99C6 is #546639. Grayscale: #A3A3A3. Windows color (decimal): -5531194 or 13015467. OLE color: 13015467.
HSL color Cylindrical-coordinate representation of color #AB99C6: hue angle of 264º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB99C6 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 153 | 198 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.22 |
| HSL | 264º | 0.28% | 0.69% | - |
| HSV(B) | 264º | 0.23% | 0.78% | - |
| XYZ | 38.38 | 35.52 | 58.26 | - |
| YUV | 163.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 198 | 0.14 | 0.23 | 0 | 0.22 | 264 | 0.28 | 0.69 |
| Hex | AB | 99 | C6 | E | 17 | 0 | 16 | 108 | 1C | 45 |
| Octal | 253 | 231 | 306 | 16 | 27 | 0 | 26 | 410 | 34 | 105 |
| Binary | 10101011 | 10011001 | 11000110 | 1110 | 10111 | 0 | 10110 | 100001000 | 11100 | 1000101 |
Color Harmonies of #AB99C6
Complementary color
Monochromatic Colors of #AB99C6
Black with #AB99C6
Text Example
Text Example
White with #AB99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99C6; }
p { color: rgb(171,153,198); }
H1.HeaderClassName
{
color: #AB99C6;
}
.AnyTagClassName
{
color: #AB99C6;
}
</style>
background-color css
<style>
a { background-color: #AB99C6; }
a { background-color: rgb(171,153,198); }
div.DivClassName
{
background-color: #AB99C6;
}
.BgClassName
{
background-color: #AB99C6;
}
</style>
border-color css
<style>
span { border-color: #AB99C6; }
span { border-color: rgb(171,153,198); }
td.TdClassName
{
border-color: #AB99C6;
}
.TagClassName
{
border-color: #AB99C6;
}
</style>