Shades of Biloba Flower #AB91CB
Tints of Biloba Flower #AB91CB
RGB
CMYK
RGB Variations
Color information
#AB91CB (or 0xAB91CB) is known color: Biloba Flower. HEX triplet: AB, 91 and CB. RGB value is (171,145,203). Sum of RGB (Red+Green+Blue) = 171+145+203=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91CB is #546E34. Grayscale: #9F9F9F. Windows color (decimal): -5533237 or 13341099. OLE color: 13341099.
HSL color Cylindrical-coordinate representation of color #AB91CB: hue angle of 266.9º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB91CB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 145 | 203 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.20 |
| HSL | 266.9º | 0.36% | 0.68% | - |
| HSV(B) | 266.9º | 0.29% | 0.8% | - |
| XYZ | 37.7 | 33.22 | 60.93 | - |
| YUV | 159.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 203 | 0.16 | 0.29 | 0 | 0.20 | 266.9 | 0.36 | 0.68 |
| Hex | AB | 91 | CB | 10 | 1D | 0 | 14 | 10B | 24 | 44 |
| Octal | 253 | 221 | 313 | 20 | 35 | 0 | 24 | 413 | 44 | 104 |
| Binary | 10101011 | 10010001 | 11001011 | 10000 | 11101 | 0 | 10100 | 100001011 | 100100 | 1000100 |
Color Harmonies of #AB91CB
Complementary color
Monochromatic Colors of #AB91CB
Black with #AB91CB
Text Example
Text Example
White with #AB91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB91CB; }
p { color: rgb(171,145,203); }
H1.HeaderClassName
{
color: #AB91CB;
}
.AnyTagClassName
{
color: #AB91CB;
}
</style>
background-color css
<style>
a { background-color: #AB91CB; }
a { background-color: rgb(171,145,203); }
div.DivClassName
{
background-color: #AB91CB;
}
.BgClassName
{
background-color: #AB91CB;
}
</style>
border-color css
<style>
span { border-color: #AB91CB; }
span { border-color: rgb(171,145,203); }
td.TdClassName
{
border-color: #AB91CB;
}
.TagClassName
{
border-color: #AB91CB;
}
</style>