Shades of Biloba Flower #AA92D6
Tints of Biloba Flower #AA92D6
RGB
CMYK
RGB Variations
Color information
#AA92D6 (or 0xAA92D6) is known color: Biloba Flower. HEX triplet: AA, 92 and D6. RGB value is (170,146,214). Sum of RGB (Red+Green+Blue) = 170+146+214=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA92D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92D6 is #556D29. Grayscale: #A0A0A0. Windows color (decimal): -5598506 or 14062250. OLE color: 14062250.
HSL color Cylindrical-coordinate representation of color #AA92D6: hue angle of 261.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA92D6 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 146 | 214 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.16 |
| HSL | 261.18º | 0.45% | 0.71% | - |
| HSV(B) | 261.18º | 0.32% | 0.84% | - |
| XYZ | 38.99 | 33.96 | 68.12 | - |
| YUV | 160.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 214 | 0.21 | 0.32 | 0 | 0.16 | 261.18 | 0.45 | 0.71 |
| Hex | AA | 92 | D6 | 15 | 20 | 0 | 10 | 105 | 2D | 47 |
| Octal | 252 | 222 | 326 | 25 | 40 | 0 | 20 | 405 | 55 | 107 |
| Binary | 10101010 | 10010010 | 11010110 | 10101 | 100000 | 0 | 10000 | 100000101 | 101101 | 1000111 |
Color Harmonies of #AA92D6
Complementary color
Monochromatic Colors of #AA92D6
Black with #AA92D6
Text Example
Text Example
White with #AA92D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92D6; }
p { color: rgb(170,146,214); }
H1.HeaderClassName
{
color: #AA92D6;
}
.AnyTagClassName
{
color: #AA92D6;
}
</style>
background-color css
<style>
a { background-color: #AA92D6; }
a { background-color: rgb(170,146,214); }
div.DivClassName
{
background-color: #AA92D6;
}
.BgClassName
{
background-color: #AA92D6;
}
</style>
border-color css
<style>
span { border-color: #AA92D6; }
span { border-color: rgb(170,146,214); }
td.TdClassName
{
border-color: #AA92D6;
}
.TagClassName
{
border-color: #AA92D6;
}
</style>