Shades of Biloba Flower #AA91CB
Tints of Biloba Flower #AA91CB
RGB
CMYK
RGB Variations
Color information
#AA91CB (or 0xAA91CB) is known color: Biloba Flower. HEX triplet: AA, 91 and CB. RGB value is (170,145,203). Sum of RGB (Red+Green+Blue) = 170+145+203=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91CB is #556E34. Grayscale: #9E9E9E. Windows color (decimal): -5598773 or 13341098. OLE color: 13341098.
HSL color Cylindrical-coordinate representation of color #AA91CB: hue angle of 265.86º 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 #AA91CB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 145 | 203 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.20 |
| HSL | 265.86º | 0.36% | 0.68% | - |
| HSV(B) | 265.86º | 0.29% | 0.8% | - |
| XYZ | 37.48 | 33.11 | 60.91 | - |
| YUV | 159.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 203 | 0.16 | 0.29 | 0 | 0.20 | 265.86 | 0.36 | 0.68 |
| Hex | AA | 91 | CB | 10 | 1D | 0 | 14 | 10A | 24 | 44 |
| Octal | 252 | 221 | 313 | 20 | 35 | 0 | 24 | 412 | 44 | 104 |
| Binary | 10101010 | 10010001 | 11001011 | 10000 | 11101 | 0 | 10100 | 100001010 | 100100 | 1000100 |
Color Harmonies of #AA91CB
Complementary color
Monochromatic Colors of #AA91CB
Black with #AA91CB
Text Example
Text Example
White with #AA91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91CB; }
p { color: rgb(170,145,203); }
H1.HeaderClassName
{
color: #AA91CB;
}
.AnyTagClassName
{
color: #AA91CB;
}
</style>
background-color css
<style>
a { background-color: #AA91CB; }
a { background-color: rgb(170,145,203); }
div.DivClassName
{
background-color: #AA91CB;
}
.BgClassName
{
background-color: #AA91CB;
}
</style>
border-color css
<style>
span { border-color: #AA91CB; }
span { border-color: rgb(170,145,203); }
td.TdClassName
{
border-color: #AA91CB;
}
.TagClassName
{
border-color: #AA91CB;
}
</style>