Shades of Viola #AA8D94
Tints of Viola #AA8D94
RGB
CMYK
RGB Variations
Color information
#AA8D94 (or 0xAA8D94) is known color: Viola. HEX triplet: AA, 8D and 94. RGB value is (170,141,148). Sum of RGB (Red+Green+Blue) = 170+141+148=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8D94 is #55726B. Grayscale: #969696. Windows color (decimal): -5599852 or 9735594. OLE color: 9735594.
HSL color Cylindrical-coordinate representation of color #AA8D94: hue angle of 345.52º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA8D94 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 148 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.33 |
| HSL | 345.52º | 0.15% | 0.61% | - |
| HSV(B) | 345.52º | 0.17% | 0.67% | - |
| XYZ | 31.45 | 29.73 | 32.1 | - |
| YUV | 150.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 148 | 0 | 0.17 | 0.13 | 0.33 | 345.52 | 0.15 | 0.61 |
| Hex | AA | 8D | 94 | 0 | 11 | D | 21 | 15A | F | 3D |
| Octal | 252 | 215 | 224 | 0 | 21 | 15 | 41 | 532 | 17 | 75 |
| Binary | 10101010 | 10001101 | 10010100 | 0 | 10001 | 1101 | 100001 | 101011010 | 1111 | 111101 |
Color Harmonies of #AA8D94
Complementary color
Monochromatic Colors of #AA8D94
Black with #AA8D94
Text Example
Text Example
White with #AA8D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D94; }
p { color: rgb(170,141,148); }
H1.HeaderClassName
{
color: #AA8D94;
}
.AnyTagClassName
{
color: #AA8D94;
}
</style>
background-color css
<style>
a { background-color: #AA8D94; }
a { background-color: rgb(170,141,148); }
div.DivClassName
{
background-color: #AA8D94;
}
.BgClassName
{
background-color: #AA8D94;
}
</style>
border-color css
<style>
span { border-color: #AA8D94; }
span { border-color: rgb(170,141,148); }
td.TdClassName
{
border-color: #AA8D94;
}
.TagClassName
{
border-color: #AA8D94;
}
</style>