Shades of Viola #AD9196
Tints of Viola #AD9196
RGB
CMYK
RGB Variations
Color information
#AD9196 (or 0xAD9196) is known color: Viola. HEX triplet: AD, 91 and 96. RGB value is (173,145,150). Sum of RGB (Red+Green+Blue) = 173+145+150=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9196 is #526E69. Grayscale: #999999. Windows color (decimal): -5402218 or 9867693. OLE color: 9867693.
HSL color Cylindrical-coordinate representation of color #AD9196: hue angle of 349.29º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9196 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 150 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.32 |
| HSL | 349.29º | 0.15% | 0.62% | - |
| HSV(B) | 349.29º | 0.16% | 0.68% | - |
| XYZ | 32.86 | 31.34 | 33.17 | - |
| YUV | 153.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 150 | 0 | 0.16 | 0.13 | 0.32 | 349.29 | 0.15 | 0.62 |
| Hex | AD | 91 | 96 | 0 | 10 | D | 20 | 15D | F | 3E |
| Octal | 255 | 221 | 226 | 0 | 20 | 15 | 40 | 535 | 17 | 76 |
| Binary | 10101101 | 10010001 | 10010110 | 0 | 10000 | 1101 | 100000 | 101011101 | 1111 | 111110 |
Color Harmonies of #AD9196
Complementary color
Monochromatic Colors of #AD9196
Black with #AD9196
Text Example
Text Example
White with #AD9196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9196; }
p { color: rgb(173,145,150); }
H1.HeaderClassName
{
color: #AD9196;
}
.AnyTagClassName
{
color: #AD9196;
}
</style>
background-color css
<style>
a { background-color: #AD9196; }
a { background-color: rgb(173,145,150); }
div.DivClassName
{
background-color: #AD9196;
}
.BgClassName
{
background-color: #AD9196;
}
</style>
border-color css
<style>
span { border-color: #AD9196; }
span { border-color: rgb(173,145,150); }
td.TdClassName
{
border-color: #AD9196;
}
.TagClassName
{
border-color: #AD9196;
}
</style>