Shades of Viola #A99596
Tints of Viola #A99596
RGB
CMYK
RGB Variations
Color information
#A99596 (or 0xA99596) is known color: Viola. HEX triplet: A9, 95 and 96. RGB value is (169,149,150). Sum of RGB (Red+Green+Blue) = 169+149+150=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A99596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99596 is #566A69. Grayscale: #9B9B9B. Windows color (decimal): -5663338 or 9868713. OLE color: 9868713.
HSL color Cylindrical-coordinate representation of color #A99596: hue angle of 357º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99596 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 150 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.34 |
| HSL | 357º | 0.1% | 0.62% | - |
| HSV(B) | 357º | 0.12% | 0.66% | - |
| XYZ | 32.61 | 32.13 | 33.34 | - |
| YUV | 155.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 150 | 0 | 0.12 | 0.11 | 0.34 | 357 | 0.1 | 0.62 |
| Hex | A9 | 95 | 96 | 0 | C | B | 22 | 165 | A | 3E |
| Octal | 251 | 225 | 226 | 0 | 14 | 13 | 42 | 545 | 12 | 76 |
| Binary | 10101001 | 10010101 | 10010110 | 0 | 1100 | 1011 | 100010 | 101100101 | 1010 | 111110 |
Color Harmonies of #A99596
Complementary color
Monochromatic Colors of #A99596
Black with #A99596
Text Example
Text Example
White with #A99596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99596; }
p { color: rgb(169,149,150); }
H1.HeaderClassName
{
color: #A99596;
}
.AnyTagClassName
{
color: #A99596;
}
</style>
background-color css
<style>
a { background-color: #A99596; }
a { background-color: rgb(169,149,150); }
div.DivClassName
{
background-color: #A99596;
}
.BgClassName
{
background-color: #A99596;
}
</style>
border-color css
<style>
span { border-color: #A99596; }
span { border-color: rgb(169,149,150); }
td.TdClassName
{
border-color: #A99596;
}
.TagClassName
{
border-color: #A99596;
}
</style>