Shades of Viola #AA8C8D
Tints of Viola #AA8C8D
RGB
CMYK
RGB Variations
Color information
#AA8C8D (or 0xAA8C8D) is known color: Viola. HEX triplet: AA, 8C and 8D. RGB value is (170,140,141). Sum of RGB (Red+Green+Blue) = 170+140+141=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C8D is #557372. Grayscale: #959595. Windows color (decimal): -5600115 or 9276586. OLE color: 9276586.
HSL color Cylindrical-coordinate representation of color #AA8C8D: hue angle of 358º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8C8D is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 141 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.33 |
| HSL | 358º | 0.15% | 0.61% | - |
| HSV(B) | 358º | 0.18% | 0.67% | - |
| XYZ | 30.76 | 29.23 | 29.22 | - |
| YUV | 149.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 141 | 0 | 0.18 | 0.17 | 0.33 | 358 | 0.15 | 0.61 |
| Hex | AA | 8C | 8D | 0 | 12 | 11 | 21 | 166 | F | 3D |
| Octal | 252 | 214 | 215 | 0 | 22 | 21 | 41 | 546 | 17 | 75 |
| Binary | 10101010 | 10001100 | 10001101 | 0 | 10010 | 10001 | 100001 | 101100110 | 1111 | 111101 |
Color Harmonies of #AA8C8D
Complementary color
Monochromatic Colors of #AA8C8D
Black with #AA8C8D
Text Example
Text Example
White with #AA8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C8D; }
p { color: rgb(170,140,141); }
H1.HeaderClassName
{
color: #AA8C8D;
}
.AnyTagClassName
{
color: #AA8C8D;
}
</style>
background-color css
<style>
a { background-color: #AA8C8D; }
a { background-color: rgb(170,140,141); }
div.DivClassName
{
background-color: #AA8C8D;
}
.BgClassName
{
background-color: #AA8C8D;
}
</style>
border-color css
<style>
span { border-color: #AA8C8D; }
span { border-color: rgb(170,140,141); }
td.TdClassName
{
border-color: #AA8C8D;
}
.TagClassName
{
border-color: #AA8C8D;
}
</style>