Shades of Viola #AA9294
Tints of Viola #AA9294
RGB
CMYK
RGB Variations
Color information
#AA9294 (or 0xAA9294) is known color: Viola. HEX triplet: AA, 92 and 94. RGB value is (170,146,148). Sum of RGB (Red+Green+Blue) = 170+146+148=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9294 is #556D6B. Grayscale: #999999. Windows color (decimal): -5598572 or 9736874. OLE color: 9736874.
HSL color Cylindrical-coordinate representation of color #AA9294: hue angle of 355º 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 #AA9294 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 148 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.33 |
| HSL | 355º | 0.12% | 0.62% | - |
| HSV(B) | 355º | 0.14% | 0.67% | - |
| XYZ | 32.2 | 31.24 | 32.35 | - |
| YUV | 153.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 148 | 0 | 0.14 | 0.13 | 0.33 | 355 | 0.12 | 0.62 |
| Hex | AA | 92 | 94 | 0 | E | D | 21 | 163 | C | 3E |
| Octal | 252 | 222 | 224 | 0 | 16 | 15 | 41 | 543 | 14 | 76 |
| Binary | 10101010 | 10010010 | 10010100 | 0 | 1110 | 1101 | 100001 | 101100011 | 1100 | 111110 |
Color Harmonies of #AA9294
Complementary color
Monochromatic Colors of #AA9294
Black with #AA9294
Text Example
Text Example
White with #AA9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9294; }
p { color: rgb(170,146,148); }
H1.HeaderClassName
{
color: #AA9294;
}
.AnyTagClassName
{
color: #AA9294;
}
</style>
background-color css
<style>
a { background-color: #AA9294; }
a { background-color: rgb(170,146,148); }
div.DivClassName
{
background-color: #AA9294;
}
.BgClassName
{
background-color: #AA9294;
}
</style>
border-color css
<style>
span { border-color: #AA9294; }
span { border-color: rgb(170,146,148); }
td.TdClassName
{
border-color: #AA9294;
}
.TagClassName
{
border-color: #AA9294;
}
</style>