Shades of Biloba Flower #AA91CE
Tints of Biloba Flower #AA91CE
RGB
CMYK
RGB Variations
Color information
#AA91CE (or 0xAA91CE) is known color: Biloba Flower. HEX triplet: AA, 91 and CE. RGB value is (170,145,206). Sum of RGB (Red+Green+Blue) = 170+145+206=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91CE is #556E31. Grayscale: #9F9F9F. Windows color (decimal): -5598770 or 13537706. OLE color: 13537706.
HSL color Cylindrical-coordinate representation of color #AA91CE: hue angle of 264.59º degrees, saturation: 0.38, 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 #AA91CE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 145 | 206 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.19 |
| HSL | 264.59º | 0.38% | 0.69% | - |
| HSV(B) | 264.59º | 0.3% | 0.81% | - |
| XYZ | 37.84 | 33.25 | 62.82 | - |
| YUV | 159.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 206 | 0.17 | 0.30 | 0 | 0.19 | 264.59 | 0.38 | 0.69 |
| Hex | AA | 91 | CE | 11 | 1E | 0 | 13 | 109 | 26 | 45 |
| Octal | 252 | 221 | 316 | 21 | 36 | 0 | 23 | 411 | 46 | 105 |
| Binary | 10101010 | 10010001 | 11001110 | 10001 | 11110 | 0 | 10011 | 100001001 | 100110 | 1000101 |
Color Harmonies of #AA91CE
Complementary color
Monochromatic Colors of #AA91CE
Black with #AA91CE
Text Example
Text Example
White with #AA91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91CE; }
p { color: rgb(170,145,206); }
H1.HeaderClassName
{
color: #AA91CE;
}
.AnyTagClassName
{
color: #AA91CE;
}
</style>
background-color css
<style>
a { background-color: #AA91CE; }
a { background-color: rgb(170,145,206); }
div.DivClassName
{
background-color: #AA91CE;
}
.BgClassName
{
background-color: #AA91CE;
}
</style>
border-color css
<style>
span { border-color: #AA91CE; }
span { border-color: rgb(170,145,206); }
td.TdClassName
{
border-color: #AA91CE;
}
.TagClassName
{
border-color: #AA91CE;
}
</style>