Shades of Viola #AD9293
Tints of Viola #AD9293
RGB
CMYK
RGB Variations
Color information
#AD9293 (or 0xAD9293) is known color: Viola. HEX triplet: AD, 92 and 93. RGB value is (173,146,147). Sum of RGB (Red+Green+Blue) = 173+146+147=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9293 is #526D6C. Grayscale: #9A9A9A. Windows color (decimal): -5401965 or 9671341. OLE color: 9671341.
HSL color Cylindrical-coordinate representation of color #AD9293: hue angle of 357.78º 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 #AD9293 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 147 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.32 |
| HSL | 357.78º | 0.14% | 0.63% | - |
| HSV(B) | 357.78º | 0.16% | 0.68% | - |
| XYZ | 32.78 | 31.55 | 31.97 | - |
| YUV | 154.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 147 | 0 | 0.16 | 0.15 | 0.32 | 357.78 | 0.14 | 0.63 |
| Hex | AD | 92 | 93 | 0 | 10 | F | 20 | 166 | E | 3F |
| Octal | 255 | 222 | 223 | 0 | 20 | 17 | 40 | 546 | 16 | 77 |
| Binary | 10101101 | 10010010 | 10010011 | 0 | 10000 | 1111 | 100000 | 101100110 | 1110 | 111111 |
Color Harmonies of #AD9293
Complementary color
Monochromatic Colors of #AD9293
Black with #AD9293
Text Example
Text Example
White with #AD9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9293; }
p { color: rgb(173,146,147); }
H1.HeaderClassName
{
color: #AD9293;
}
.AnyTagClassName
{
color: #AD9293;
}
</style>
background-color css
<style>
a { background-color: #AD9293; }
a { background-color: rgb(173,146,147); }
div.DivClassName
{
background-color: #AD9293;
}
.BgClassName
{
background-color: #AD9293;
}
</style>
border-color css
<style>
span { border-color: #AD9293; }
span { border-color: rgb(173,146,147); }
td.TdClassName
{
border-color: #AD9293;
}
.TagClassName
{
border-color: #AD9293;
}
</style>