Shades of Viola #AA9092
Tints of Viola #AA9092
RGB
CMYK
RGB Variations
Color information
#AA9092 (or 0xAA9092) is known color: Viola. HEX triplet: AA, 90 and 92. RGB value is (170,144,146). Sum of RGB (Red+Green+Blue) = 170+144+146=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9092 is #556F6D. Grayscale: #989898. Windows color (decimal): -5599086 or 9605290. OLE color: 9605290.
HSL color Cylindrical-coordinate representation of color #AA9092: hue angle of 355.38º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9092 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 146 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.33 |
| HSL | 355.38º | 0.13% | 0.62% | - |
| HSV(B) | 355.38º | 0.15% | 0.67% | - |
| XYZ | 31.74 | 30.57 | 31.42 | - |
| YUV | 152 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 146 | 0 | 0.15 | 0.14 | 0.33 | 355.38 | 0.13 | 0.62 |
| Hex | AA | 90 | 92 | 0 | F | E | 21 | 163 | D | 3E |
| Octal | 252 | 220 | 222 | 0 | 17 | 16 | 41 | 543 | 15 | 76 |
| Binary | 10101010 | 10010000 | 10010010 | 0 | 1111 | 1110 | 100001 | 101100011 | 1101 | 111110 |
Color Harmonies of #AA9092
Complementary color
Monochromatic Colors of #AA9092
Black with #AA9092
Text Example
Text Example
White with #AA9092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9092; }
p { color: rgb(170,144,146); }
H1.HeaderClassName
{
color: #AA9092;
}
.AnyTagClassName
{
color: #AA9092;
}
</style>
background-color css
<style>
a { background-color: #AA9092; }
a { background-color: rgb(170,144,146); }
div.DivClassName
{
background-color: #AA9092;
}
.BgClassName
{
background-color: #AA9092;
}
</style>
border-color css
<style>
span { border-color: #AA9092; }
span { border-color: rgb(170,144,146); }
td.TdClassName
{
border-color: #AA9092;
}
.TagClassName
{
border-color: #AA9092;
}
</style>