Shades of Viola #AA9295
Tints of Viola #AA9295
RGB
CMYK
RGB Variations
Color information
#AA9295 (or 0xAA9295) is known color: Viola. HEX triplet: AA, 92 and 95. RGB value is (170,146,149). Sum of RGB (Red+Green+Blue) = 170+146+149=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9295 is #556D6A. Grayscale: #999999. Windows color (decimal): -5598571 or 9802410. OLE color: 9802410.
HSL color Cylindrical-coordinate representation of color #AA9295: hue angle of 352.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 #AA9295 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 149 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.33 |
| HSL | 352.5º | 0.12% | 0.62% | - |
| HSV(B) | 352.5º | 0.14% | 0.67% | - |
| XYZ | 32.28 | 31.27 | 32.77 | - |
| YUV | 153.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 149 | 0 | 0.14 | 0.12 | 0.33 | 352.5 | 0.12 | 0.62 |
| Hex | AA | 92 | 95 | 0 | E | C | 21 | 160 | C | 3E |
| Octal | 252 | 222 | 225 | 0 | 16 | 14 | 41 | 540 | 14 | 76 |
| Binary | 10101010 | 10010010 | 10010101 | 0 | 1110 | 1100 | 100001 | 101100000 | 1100 | 111110 |
Color Harmonies of #AA9295
Complementary color
Monochromatic Colors of #AA9295
Black with #AA9295
Text Example
Text Example
White with #AA9295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9295; }
p { color: rgb(170,146,149); }
H1.HeaderClassName
{
color: #AA9295;
}
.AnyTagClassName
{
color: #AA9295;
}
</style>
background-color css
<style>
a { background-color: #AA9295; }
a { background-color: rgb(170,146,149); }
div.DivClassName
{
background-color: #AA9295;
}
.BgClassName
{
background-color: #AA9295;
}
</style>
border-color css
<style>
span { border-color: #AA9295; }
span { border-color: rgb(170,146,149); }
td.TdClassName
{
border-color: #AA9295;
}
.TagClassName
{
border-color: #AA9295;
}
</style>