Shades of Viola #A29091
Tints of Viola #A29091
RGB
CMYK
RGB Variations
Color information
#A29091 (or 0xA29091) is known color: Viola. HEX triplet: A2, 90 and 91. RGB value is (162,144,145). Sum of RGB (Red+Green+Blue) = 162+144+145=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A29091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29091 is #5D6F6E. Grayscale: #959595. Windows color (decimal): -6123375 or 9539746. OLE color: 9539746.
HSL color Cylindrical-coordinate representation of color #A29091: hue angle of 356.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29091 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 145 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.36 |
| HSL | 356.67º | 0.09% | 0.6% | - |
| HSV(B) | 356.67º | 0.11% | 0.64% | - |
| XYZ | 29.98 | 29.67 | 30.94 | - |
| YUV | 149.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 145 | 0 | 0.11 | 0.10 | 0.36 | 356.67 | 0.09 | 0.6 |
| Hex | A2 | 90 | 91 | 0 | B | A | 24 | 165 | 9 | 3C |
| Octal | 242 | 220 | 221 | 0 | 13 | 12 | 44 | 545 | 11 | 74 |
| Binary | 10100010 | 10010000 | 10010001 | 0 | 1011 | 1010 | 100100 | 101100101 | 1001 | 111100 |
Color Harmonies of #A29091
Complementary color
Monochromatic Colors of #A29091
Black with #A29091
Text Example
Text Example
White with #A29091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29091; }
p { color: rgb(162,144,145); }
H1.HeaderClassName
{
color: #A29091;
}
.AnyTagClassName
{
color: #A29091;
}
</style>
background-color css
<style>
a { background-color: #A29091; }
a { background-color: rgb(162,144,145); }
div.DivClassName
{
background-color: #A29091;
}
.BgClassName
{
background-color: #A29091;
}
</style>
border-color css
<style>
span { border-color: #A29091; }
span { border-color: rgb(162,144,145); }
td.TdClassName
{
border-color: #A29091;
}
.TagClassName
{
border-color: #A29091;
}
</style>