Shades of Biloba Flower #AB9BCB
Tints of Biloba Flower #AB9BCB
RGB
CMYK
RGB Variations
Color information
#AB9BCB (or 0xAB9BCB) is known color: Biloba Flower. HEX triplet: AB, 9B and CB. RGB value is (171,155,203). Sum of RGB (Red+Green+Blue) = 171+155+203=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BCB is #546434. Grayscale: #A5A5A5. Windows color (decimal): -5530677 or 13343659. OLE color: 13343659.
HSL color Cylindrical-coordinate representation of color #AB9BCB: hue angle of 260º 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 #AB9BCB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 155 | 203 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.20 |
| HSL | 260º | 0.32% | 0.7% | - |
| HSV(B) | 260º | 0.24% | 0.8% | - |
| XYZ | 39.3 | 36.41 | 61.46 | - |
| YUV | 165.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 203 | 0.16 | 0.24 | 0 | 0.20 | 260 | 0.32 | 0.7 |
| Hex | AB | 9B | CB | 10 | 18 | 0 | 14 | 104 | 20 | 46 |
| Octal | 253 | 233 | 313 | 20 | 30 | 0 | 24 | 404 | 40 | 106 |
| Binary | 10101011 | 10011011 | 11001011 | 10000 | 11000 | 0 | 10100 | 100000100 | 100000 | 1000110 |
Color Harmonies of #AB9BCB
Complementary color
Monochromatic Colors of #AB9BCB
Black with #AB9BCB
Text Example
Text Example
White with #AB9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BCB; }
p { color: rgb(171,155,203); }
H1.HeaderClassName
{
color: #AB9BCB;
}
.AnyTagClassName
{
color: #AB9BCB;
}
</style>
background-color css
<style>
a { background-color: #AB9BCB; }
a { background-color: rgb(171,155,203); }
div.DivClassName
{
background-color: #AB9BCB;
}
.BgClassName
{
background-color: #AB9BCB;
}
</style>
border-color css
<style>
span { border-color: #AB9BCB; }
span { border-color: rgb(171,155,203); }
td.TdClassName
{
border-color: #AB9BCB;
}
.TagClassName
{
border-color: #AB9BCB;
}
</style>