Shades of Viola #AA9495
Tints of Viola #AA9495
RGB
CMYK
RGB Variations
Color information
#AA9495 (or 0xAA9495) is known color: Viola. HEX triplet: AA, 94 and 95. RGB value is (170,148,149). Sum of RGB (Red+Green+Blue) = 170+148+149=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9495 is #556B6A. Grayscale: #9A9A9A. Windows color (decimal): -5598059 or 9802922. OLE color: 9802922.
HSL color Cylindrical-coordinate representation of color #AA9495: hue angle of 357.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA9495 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 149 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.33 |
| HSL | 357.27º | 0.11% | 0.62% | - |
| HSV(B) | 357.27º | 0.13% | 0.67% | - |
| XYZ | 32.59 | 31.9 | 32.87 | - |
| YUV | 154.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 149 | 0 | 0.13 | 0.12 | 0.33 | 357.27 | 0.11 | 0.62 |
| Hex | AA | 94 | 95 | 0 | D | C | 21 | 165 | B | 3E |
| Octal | 252 | 224 | 225 | 0 | 15 | 14 | 41 | 545 | 13 | 76 |
| Binary | 10101010 | 10010100 | 10010101 | 0 | 1101 | 1100 | 100001 | 101100101 | 1011 | 111110 |
Color Harmonies of #AA9495
Complementary color
Monochromatic Colors of #AA9495
Black with #AA9495
Text Example
Text Example
White with #AA9495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9495; }
p { color: rgb(170,148,149); }
H1.HeaderClassName
{
color: #AA9495;
}
.AnyTagClassName
{
color: #AA9495;
}
</style>
background-color css
<style>
a { background-color: #AA9495; }
a { background-color: rgb(170,148,149); }
div.DivClassName
{
background-color: #AA9495;
}
.BgClassName
{
background-color: #AA9495;
}
</style>
border-color css
<style>
span { border-color: #AA9495; }
span { border-color: rgb(170,148,149); }
td.TdClassName
{
border-color: #AA9495;
}
.TagClassName
{
border-color: #AA9495;
}
</style>