Shades of Viola #AA8E94
Tints of Viola #AA8E94
RGB
CMYK
RGB Variations
Color information
#AA8E94 (or 0xAA8E94) is known color: Viola. HEX triplet: AA, 8E and 94. RGB value is (170,142,148). Sum of RGB (Red+Green+Blue) = 170+142+148=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E94 is #55716B. Grayscale: #979797. Windows color (decimal): -5599596 or 9735850. OLE color: 9735850.
HSL color Cylindrical-coordinate representation of color #AA8E94: hue angle of 347.14º 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 #AA8E94 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 148 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.33 |
| HSL | 347.14º | 0.14% | 0.61% | - |
| HSV(B) | 347.14º | 0.16% | 0.67% | - |
| XYZ | 31.6 | 30.03 | 32.15 | - |
| YUV | 151.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 148 | 0 | 0.16 | 0.13 | 0.33 | 347.14 | 0.14 | 0.61 |
| Hex | AA | 8E | 94 | 0 | 10 | D | 21 | 15B | E | 3D |
| Octal | 252 | 216 | 224 | 0 | 20 | 15 | 41 | 533 | 16 | 75 |
| Binary | 10101010 | 10001110 | 10010100 | 0 | 10000 | 1101 | 100001 | 101011011 | 1110 | 111101 |
Color Harmonies of #AA8E94
Complementary color
Monochromatic Colors of #AA8E94
Black with #AA8E94
Text Example
Text Example
White with #AA8E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E94; }
p { color: rgb(170,142,148); }
H1.HeaderClassName
{
color: #AA8E94;
}
.AnyTagClassName
{
color: #AA8E94;
}
</style>
background-color css
<style>
a { background-color: #AA8E94; }
a { background-color: rgb(170,142,148); }
div.DivClassName
{
background-color: #AA8E94;
}
.BgClassName
{
background-color: #AA8E94;
}
</style>
border-color css
<style>
span { border-color: #AA8E94; }
span { border-color: rgb(170,142,148); }
td.TdClassName
{
border-color: #AA8E94;
}
.TagClassName
{
border-color: #AA8E94;
}
</style>