Shades of Biloba Flower #AB91CF
Tints of Biloba Flower #AB91CF
RGB
CMYK
RGB Variations
Color information
#AB91CF (or 0xAB91CF) is known color: Biloba Flower. HEX triplet: AB, 91 and CF. RGB value is (171,145,207). Sum of RGB (Red+Green+Blue) = 171+145+207=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB91CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91CF is #546E30. Grayscale: #9F9F9F. Windows color (decimal): -5533233 or 13603243. OLE color: 13603243.
HSL color Cylindrical-coordinate representation of color #AB91CF: hue angle of 265.16º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB91CF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 145 | 207 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.19 |
| HSL | 265.16º | 0.39% | 0.69% | - |
| HSV(B) | 265.16º | 0.3% | 0.81% | - |
| XYZ | 38.18 | 33.41 | 63.47 | - |
| YUV | 159.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 207 | 0.17 | 0.30 | 0 | 0.19 | 265.16 | 0.39 | 0.69 |
| Hex | AB | 91 | CF | 11 | 1E | 0 | 13 | 109 | 27 | 45 |
| Octal | 253 | 221 | 317 | 21 | 36 | 0 | 23 | 411 | 47 | 105 |
| Binary | 10101011 | 10010001 | 11001111 | 10001 | 11110 | 0 | 10011 | 100001001 | 100111 | 1000101 |
Color Harmonies of #AB91CF
Complementary color
Monochromatic Colors of #AB91CF
Black with #AB91CF
Text Example
Text Example
White with #AB91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB91CF; }
p { color: rgb(171,145,207); }
H1.HeaderClassName
{
color: #AB91CF;
}
.AnyTagClassName
{
color: #AB91CF;
}
</style>
background-color css
<style>
a { background-color: #AB91CF; }
a { background-color: rgb(171,145,207); }
div.DivClassName
{
background-color: #AB91CF;
}
.BgClassName
{
background-color: #AB91CF;
}
</style>
border-color css
<style>
span { border-color: #AB91CF; }
span { border-color: rgb(171,145,207); }
td.TdClassName
{
border-color: #AB91CF;
}
.TagClassName
{
border-color: #AB91CF;
}
</style>