Shades of Viola #AA8E92
Tints of Viola #AA8E92
RGB
CMYK
RGB Variations
Color information
#AA8E92 (or 0xAA8E92) is known color: Viola. HEX triplet: AA, 8E and 92. RGB value is (170,142,146). Sum of RGB (Red+Green+Blue) = 170+142+146=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E92 is #55716D. Grayscale: #969696. Windows color (decimal): -5599598 or 9604778. OLE color: 9604778.
HSL color Cylindrical-coordinate representation of color #AA8E92: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA8E92 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 146 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.33 |
| HSL | 351.43º | 0.14% | 0.61% | - |
| HSV(B) | 351.43º | 0.16% | 0.67% | - |
| XYZ | 31.44 | 29.97 | 31.32 | - |
| YUV | 150.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 146 | 0 | 0.16 | 0.14 | 0.33 | 351.43 | 0.14 | 0.61 |
| Hex | AA | 8E | 92 | 0 | 10 | E | 21 | 15F | E | 3D |
| Octal | 252 | 216 | 222 | 0 | 20 | 16 | 41 | 537 | 16 | 75 |
| Binary | 10101010 | 10001110 | 10010010 | 0 | 10000 | 1110 | 100001 | 101011111 | 1110 | 111101 |
Color Harmonies of #AA8E92
Complementary color
Monochromatic Colors of #AA8E92
Black with #AA8E92
Text Example
Text Example
White with #AA8E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E92; }
p { color: rgb(170,142,146); }
H1.HeaderClassName
{
color: #AA8E92;
}
.AnyTagClassName
{
color: #AA8E92;
}
</style>
background-color css
<style>
a { background-color: #AA8E92; }
a { background-color: rgb(170,142,146); }
div.DivClassName
{
background-color: #AA8E92;
}
.BgClassName
{
background-color: #AA8E92;
}
</style>
border-color css
<style>
span { border-color: #AA8E92; }
span { border-color: rgb(170,142,146); }
td.TdClassName
{
border-color: #AA8E92;
}
.TagClassName
{
border-color: #AA8E92;
}
</style>