Shades of Viola #AA9395
Tints of Viola #AA9395
RGB
CMYK
RGB Variations
Color information
#AA9395 (or 0xAA9395) is known color: Viola. HEX triplet: AA, 93 and 95. RGB value is (170,147,149). Sum of RGB (Red+Green+Blue) = 170+147+149=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9395 is #556C6A. Grayscale: #9A9A9A. Windows color (decimal): -5598315 or 9802666. OLE color: 9802666.
HSL color Cylindrical-coordinate representation of color #AA9395: hue angle of 354.78º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9395 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 149 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.33 |
| HSL | 354.78º | 0.12% | 0.62% | - |
| HSV(B) | 354.78º | 0.14% | 0.67% | - |
| XYZ | 32.44 | 31.58 | 32.82 | - |
| YUV | 154.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 149 | 0 | 0.14 | 0.12 | 0.33 | 354.78 | 0.12 | 0.62 |
| Hex | AA | 93 | 95 | 0 | E | C | 21 | 163 | C | 3E |
| Octal | 252 | 223 | 225 | 0 | 16 | 14 | 41 | 543 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10010101 | 0 | 1110 | 1100 | 100001 | 101100011 | 1100 | 111110 |
Color Harmonies of #AA9395
Complementary color
Monochromatic Colors of #AA9395
Black with #AA9395
Text Example
Text Example
White with #AA9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9395; }
p { color: rgb(170,147,149); }
H1.HeaderClassName
{
color: #AA9395;
}
.AnyTagClassName
{
color: #AA9395;
}
</style>
background-color css
<style>
a { background-color: #AA9395; }
a { background-color: rgb(170,147,149); }
div.DivClassName
{
background-color: #AA9395;
}
.BgClassName
{
background-color: #AA9395;
}
</style>
border-color css
<style>
span { border-color: #AA9395; }
span { border-color: rgb(170,147,149); }
td.TdClassName
{
border-color: #AA9395;
}
.TagClassName
{
border-color: #AA9395;
}
</style>