Shades of Biloba Flower #AA91CC
Tints of Biloba Flower #AA91CC
RGB
CMYK
RGB Variations
Color information
#AA91CC (or 0xAA91CC) is known color: Biloba Flower. HEX triplet: AA, 91 and CC. RGB value is (170,145,204). Sum of RGB (Red+Green+Blue) = 170+145+204=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA91CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91CC is #556E33. Grayscale: #9E9E9E. Windows color (decimal): -5598772 or 13406634. OLE color: 13406634.
HSL color Cylindrical-coordinate representation of color #AA91CC: hue angle of 265.42º degrees, saturation: 0.37, 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 #AA91CC is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 145 | 204 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.2 |
| HSL | 265.42º | 0.37% | 0.68% | - |
| HSV(B) | 265.42º | 0.29% | 0.8% | - |
| XYZ | 37.6 | 33.16 | 61.54 | - |
| YUV | 159.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 204 | 0.17 | 0.29 | 0 | 0.2 | 265.42 | 0.37 | 0.68 |
| Hex | AA | 91 | CC | 11 | 1D | 0 | 14 | 109 | 25 | 44 |
| Octal | 252 | 221 | 314 | 21 | 35 | 0 | 24 | 411 | 45 | 104 |
| Binary | 10101010 | 10010001 | 11001100 | 10001 | 11101 | 0 | 10100 | 100001001 | 100101 | 1000100 |
Color Harmonies of #AA91CC
Complementary color
Monochromatic Colors of #AA91CC
Black with #AA91CC
Text Example
Text Example
White with #AA91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91CC; }
p { color: rgb(170,145,204); }
H1.HeaderClassName
{
color: #AA91CC;
}
.AnyTagClassName
{
color: #AA91CC;
}
</style>
background-color css
<style>
a { background-color: #AA91CC; }
a { background-color: rgb(170,145,204); }
div.DivClassName
{
background-color: #AA91CC;
}
.BgClassName
{
background-color: #AA91CC;
}
</style>
border-color css
<style>
span { border-color: #AA91CC; }
span { border-color: rgb(170,145,204); }
td.TdClassName
{
border-color: #AA91CC;
}
.TagClassName
{
border-color: #AA91CC;
}
</style>