Shades of Viola #AD9296
Tints of Viola #AD9296
RGB
CMYK
RGB Variations
Color information
#AD9296 (or 0xAD9296) is known color: Viola. HEX triplet: AD, 92 and 96. RGB value is (173,146,150). Sum of RGB (Red+Green+Blue) = 173+146+150=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9296 is #526D69. Grayscale: #9A9A9A. Windows color (decimal): -5401962 or 9867949. OLE color: 9867949.
HSL color Cylindrical-coordinate representation of color #AD9296: hue angle of 351.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9296 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 150 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.32 |
| HSL | 351.11º | 0.14% | 0.63% | - |
| HSV(B) | 351.11º | 0.16% | 0.68% | - |
| XYZ | 33.02 | 31.64 | 33.22 | - |
| YUV | 154.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 150 | 0 | 0.16 | 0.13 | 0.32 | 351.11 | 0.14 | 0.63 |
| Hex | AD | 92 | 96 | 0 | 10 | D | 20 | 15F | E | 3F |
| Octal | 255 | 222 | 226 | 0 | 20 | 15 | 40 | 537 | 16 | 77 |
| Binary | 10101101 | 10010010 | 10010110 | 0 | 10000 | 1101 | 100000 | 101011111 | 1110 | 111111 |
Color Harmonies of #AD9296
Complementary color
Monochromatic Colors of #AD9296
Black with #AD9296
Text Example
Text Example
White with #AD9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9296; }
p { color: rgb(173,146,150); }
H1.HeaderClassName
{
color: #AD9296;
}
.AnyTagClassName
{
color: #AD9296;
}
</style>
background-color css
<style>
a { background-color: #AD9296; }
a { background-color: rgb(173,146,150); }
div.DivClassName
{
background-color: #AD9296;
}
.BgClassName
{
background-color: #AD9296;
}
</style>
border-color css
<style>
span { border-color: #AD9296; }
span { border-color: rgb(173,146,150); }
td.TdClassName
{
border-color: #AD9296;
}
.TagClassName
{
border-color: #AD9296;
}
</style>