Shades of Biloba Flower #AB9ACB
Tints of Biloba Flower #AB9ACB
RGB
CMYK
RGB Variations
Color information
#AB9ACB (or 0xAB9ACB) is known color: Biloba Flower. HEX triplet: AB, 9A and CB. RGB value is (171,154,203). Sum of RGB (Red+Green+Blue) = 171+154+203=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ACB is #546534. Grayscale: #A4A4A4. Windows color (decimal): -5530933 or 13343403. OLE color: 13343403.
HSL color Cylindrical-coordinate representation of color #AB9ACB: hue angle of 260.82º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9ACB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 154 | 203 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.20 |
| HSL | 260.82º | 0.32% | 0.7% | - |
| HSV(B) | 260.82º | 0.24% | 0.8% | - |
| XYZ | 39.13 | 36.08 | 61.4 | - |
| YUV | 164.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 203 | 0.16 | 0.24 | 0 | 0.20 | 260.82 | 0.32 | 0.7 |
| Hex | AB | 9A | CB | 10 | 18 | 0 | 14 | 105 | 20 | 46 |
| Octal | 253 | 232 | 313 | 20 | 30 | 0 | 24 | 405 | 40 | 106 |
| Binary | 10101011 | 10011010 | 11001011 | 10000 | 11000 | 0 | 10100 | 100000101 | 100000 | 1000110 |
Color Harmonies of #AB9ACB
Complementary color
Monochromatic Colors of #AB9ACB
Black with #AB9ACB
Text Example
Text Example
White with #AB9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ACB; }
p { color: rgb(171,154,203); }
H1.HeaderClassName
{
color: #AB9ACB;
}
.AnyTagClassName
{
color: #AB9ACB;
}
</style>
background-color css
<style>
a { background-color: #AB9ACB; }
a { background-color: rgb(171,154,203); }
div.DivClassName
{
background-color: #AB9ACB;
}
.BgClassName
{
background-color: #AB9ACB;
}
</style>
border-color css
<style>
span { border-color: #AB9ACB; }
span { border-color: rgb(171,154,203); }
td.TdClassName
{
border-color: #AB9ACB;
}
.TagClassName
{
border-color: #AB9ACB;
}
</style>