Shades of Biloba Flower #AA91CA
Tints of Biloba Flower #AA91CA
RGB
CMYK
RGB Variations
Color information
#AA91CA (or 0xAA91CA) is known color: Biloba Flower. HEX triplet: AA, 91 and CA. RGB value is (170,145,202). Sum of RGB (Red+Green+Blue) = 170+145+202=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA91CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91CA is #556E35. Grayscale: #9E9E9E. Windows color (decimal): -5598774 or 13275562. OLE color: 13275562.
HSL color Cylindrical-coordinate representation of color #AA91CA: hue angle of 266.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA91CA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 145 | 202 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.21 |
| HSL | 266.32º | 0.35% | 0.68% | - |
| HSV(B) | 266.32º | 0.28% | 0.79% | - |
| XYZ | 37.36 | 33.06 | 60.29 | - |
| YUV | 158.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 202 | 0.16 | 0.28 | 0 | 0.21 | 266.32 | 0.35 | 0.68 |
| Hex | AA | 91 | CA | 10 | 1C | 0 | 15 | 10A | 23 | 44 |
| Octal | 252 | 221 | 312 | 20 | 34 | 0 | 25 | 412 | 43 | 104 |
| Binary | 10101010 | 10010001 | 11001010 | 10000 | 11100 | 0 | 10101 | 100001010 | 100011 | 1000100 |
Color Harmonies of #AA91CA
Complementary color
Monochromatic Colors of #AA91CA
Black with #AA91CA
Text Example
Text Example
White with #AA91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91CA; }
p { color: rgb(170,145,202); }
H1.HeaderClassName
{
color: #AA91CA;
}
.AnyTagClassName
{
color: #AA91CA;
}
</style>
background-color css
<style>
a { background-color: #AA91CA; }
a { background-color: rgb(170,145,202); }
div.DivClassName
{
background-color: #AA91CA;
}
.BgClassName
{
background-color: #AA91CA;
}
</style>
border-color css
<style>
span { border-color: #AA91CA; }
span { border-color: rgb(170,145,202); }
td.TdClassName
{
border-color: #AA91CA;
}
.TagClassName
{
border-color: #AA91CA;
}
</style>