Shades of Viola #A99092
Tints of Viola #A99092
RGB
CMYK
RGB Variations
Color information
#A99092 (or 0xA99092) is known color: Viola. HEX triplet: A9, 90 and 92. RGB value is (169,144,146). Sum of RGB (Red+Green+Blue) = 169+144+146=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A99092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99092 is #566F6D. Grayscale: #979797. Windows color (decimal): -5664622 or 9605289. OLE color: 9605289.
HSL color Cylindrical-coordinate representation of color #A99092: hue angle of 355.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99092 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 146 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.34 |
| HSL | 355.2º | 0.13% | 0.61% | - |
| HSV(B) | 355.2º | 0.15% | 0.66% | - |
| XYZ | 31.52 | 30.46 | 31.41 | - |
| YUV | 151.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 146 | 0 | 0.15 | 0.14 | 0.34 | 355.2 | 0.13 | 0.61 |
| Hex | A9 | 90 | 92 | 0 | F | E | 22 | 163 | D | 3D |
| Octal | 251 | 220 | 222 | 0 | 17 | 16 | 42 | 543 | 15 | 75 |
| Binary | 10101001 | 10010000 | 10010010 | 0 | 1111 | 1110 | 100010 | 101100011 | 1101 | 111101 |
Color Harmonies of #A99092
Complementary color
Monochromatic Colors of #A99092
Black with #A99092
Text Example
Text Example
White with #A99092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99092; }
p { color: rgb(169,144,146); }
H1.HeaderClassName
{
color: #A99092;
}
.AnyTagClassName
{
color: #A99092;
}
</style>
background-color css
<style>
a { background-color: #A99092; }
a { background-color: rgb(169,144,146); }
div.DivClassName
{
background-color: #A99092;
}
.BgClassName
{
background-color: #A99092;
}
</style>
border-color css
<style>
span { border-color: #A99092; }
span { border-color: rgb(169,144,146); }
td.TdClassName
{
border-color: #A99092;
}
.TagClassName
{
border-color: #A99092;
}
</style>