Shades of Viola #AA9293
Tints of Viola #AA9293
RGB
CMYK
RGB Variations
Color information
#AA9293 (or 0xAA9293) is known color: Viola. HEX triplet: AA, 92 and 93. RGB value is (170,146,147). Sum of RGB (Red+Green+Blue) = 170+146+147=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9293 is #556D6C. Grayscale: #999999. Windows color (decimal): -5598573 or 9671338. OLE color: 9671338.
HSL color Cylindrical-coordinate representation of color #AA9293: hue angle of 357.5º 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 #AA9293 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 147 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.33 |
| HSL | 357.5º | 0.12% | 0.62% | - |
| HSV(B) | 357.5º | 0.14% | 0.67% | - |
| XYZ | 32.12 | 31.21 | 31.93 | - |
| YUV | 153.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 147 | 0 | 0.14 | 0.14 | 0.33 | 357.5 | 0.12 | 0.62 |
| Hex | AA | 92 | 93 | 0 | E | E | 21 | 166 | C | 3E |
| Octal | 252 | 222 | 223 | 0 | 16 | 16 | 41 | 546 | 14 | 76 |
| Binary | 10101010 | 10010010 | 10010011 | 0 | 1110 | 1110 | 100001 | 101100110 | 1100 | 111110 |
Color Harmonies of #AA9293
Complementary color
Monochromatic Colors of #AA9293
Black with #AA9293
Text Example
Text Example
White with #AA9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9293; }
p { color: rgb(170,146,147); }
H1.HeaderClassName
{
color: #AA9293;
}
.AnyTagClassName
{
color: #AA9293;
}
</style>
background-color css
<style>
a { background-color: #AA9293; }
a { background-color: rgb(170,146,147); }
div.DivClassName
{
background-color: #AA9293;
}
.BgClassName
{
background-color: #AA9293;
}
</style>
border-color css
<style>
span { border-color: #AA9293; }
span { border-color: rgb(170,146,147); }
td.TdClassName
{
border-color: #AA9293;
}
.TagClassName
{
border-color: #AA9293;
}
</style>