Shades of Viola #AD9193
Tints of Viola #AD9193
RGB
CMYK
RGB Variations
Color information
#AD9193 (or 0xAD9193) is known color: Viola. HEX triplet: AD, 91 and 93. RGB value is (173,145,147). Sum of RGB (Red+Green+Blue) = 173+145+147=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9193 is #526E6C. Grayscale: #999999. Windows color (decimal): -5402221 or 9671085. OLE color: 9671085.
HSL color Cylindrical-coordinate representation of color #AD9193: hue angle of 355.71º 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 #AD9193 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 147 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.32 |
| HSL | 355.71º | 0.15% | 0.62% | - |
| HSV(B) | 355.71º | 0.16% | 0.68% | - |
| XYZ | 32.63 | 31.24 | 31.91 | - |
| YUV | 153.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 147 | 0 | 0.16 | 0.15 | 0.32 | 355.71 | 0.15 | 0.62 |
| Hex | AD | 91 | 93 | 0 | 10 | F | 20 | 164 | F | 3E |
| Octal | 255 | 221 | 223 | 0 | 20 | 17 | 40 | 544 | 17 | 76 |
| Binary | 10101101 | 10010001 | 10010011 | 0 | 10000 | 1111 | 100000 | 101100100 | 1111 | 111110 |
Color Harmonies of #AD9193
Complementary color
Monochromatic Colors of #AD9193
Black with #AD9193
Text Example
Text Example
White with #AD9193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9193; }
p { color: rgb(173,145,147); }
H1.HeaderClassName
{
color: #AD9193;
}
.AnyTagClassName
{
color: #AD9193;
}
</style>
background-color css
<style>
a { background-color: #AD9193; }
a { background-color: rgb(173,145,147); }
div.DivClassName
{
background-color: #AD9193;
}
.BgClassName
{
background-color: #AD9193;
}
</style>
border-color css
<style>
span { border-color: #AD9193; }
span { border-color: rgb(173,145,147); }
td.TdClassName
{
border-color: #AD9193;
}
.TagClassName
{
border-color: #AD9193;
}
</style>