Shades of Biloba Flower #AA92C9
Tints of Biloba Flower #AA92C9
RGB
CMYK
RGB Variations
Color information
#AA92C9 (or 0xAA92C9) is known color: Biloba Flower. HEX triplet: AA, 92 and C9. RGB value is (170,146,201). Sum of RGB (Red+Green+Blue) = 170+146+201=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA92C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92C9 is #556D36. Grayscale: #9F9F9F. Windows color (decimal): -5598519 or 13210282. OLE color: 13210282.
HSL color Cylindrical-coordinate representation of color #AA92C9: hue angle of 266.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA92C9 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 146 | 201 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.21 |
| HSL | 266.18º | 0.34% | 0.68% | - |
| HSV(B) | 266.18º | 0.27% | 0.79% | - |
| XYZ | 37.4 | 33.32 | 59.72 | - |
| YUV | 159.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 201 | 0.15 | 0.27 | 0 | 0.21 | 266.18 | 0.34 | 0.68 |
| Hex | AA | 92 | C9 | F | 1B | 0 | 15 | 10A | 22 | 44 |
| Octal | 252 | 222 | 311 | 17 | 33 | 0 | 25 | 412 | 42 | 104 |
| Binary | 10101010 | 10010010 | 11001001 | 1111 | 11011 | 0 | 10101 | 100001010 | 100010 | 1000100 |
Color Harmonies of #AA92C9
Complementary color
Monochromatic Colors of #AA92C9
Black with #AA92C9
Text Example
Text Example
White with #AA92C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92C9; }
p { color: rgb(170,146,201); }
H1.HeaderClassName
{
color: #AA92C9;
}
.AnyTagClassName
{
color: #AA92C9;
}
</style>
background-color css
<style>
a { background-color: #AA92C9; }
a { background-color: rgb(170,146,201); }
div.DivClassName
{
background-color: #AA92C9;
}
.BgClassName
{
background-color: #AA92C9;
}
</style>
border-color css
<style>
span { border-color: #AA92C9; }
span { border-color: rgb(170,146,201); }
td.TdClassName
{
border-color: #AA92C9;
}
.TagClassName
{
border-color: #AA92C9;
}
</style>