Shades of Viola #AD9194
Tints of Viola #AD9194
RGB
CMYK
RGB Variations
Color information
#AD9194 (or 0xAD9194) is known color: Viola. HEX triplet: AD, 91 and 94. RGB value is (173,145,148). Sum of RGB (Red+Green+Blue) = 173+145+148=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9194 is #526E6B. Grayscale: #999999. Windows color (decimal): -5402220 or 9736621. OLE color: 9736621.
HSL color Cylindrical-coordinate representation of color #AD9194: hue angle of 353.57º 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 #AD9194 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 148 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.32 |
| HSL | 353.57º | 0.15% | 0.62% | - |
| HSV(B) | 353.57º | 0.16% | 0.68% | - |
| XYZ | 32.7 | 31.27 | 32.33 | - |
| YUV | 153.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 148 | 0 | 0.16 | 0.14 | 0.32 | 353.57 | 0.15 | 0.62 |
| Hex | AD | 91 | 94 | 0 | 10 | E | 20 | 162 | F | 3E |
| Octal | 255 | 221 | 224 | 0 | 20 | 16 | 40 | 542 | 17 | 76 |
| Binary | 10101101 | 10010001 | 10010100 | 0 | 10000 | 1110 | 100000 | 101100010 | 1111 | 111110 |
Color Harmonies of #AD9194
Complementary color
Monochromatic Colors of #AD9194
Black with #AD9194
Text Example
Text Example
White with #AD9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9194; }
p { color: rgb(173,145,148); }
H1.HeaderClassName
{
color: #AD9194;
}
.AnyTagClassName
{
color: #AD9194;
}
</style>
background-color css
<style>
a { background-color: #AD9194; }
a { background-color: rgb(173,145,148); }
div.DivClassName
{
background-color: #AD9194;
}
.BgClassName
{
background-color: #AD9194;
}
</style>
border-color css
<style>
span { border-color: #AD9194; }
span { border-color: rgb(173,145,148); }
td.TdClassName
{
border-color: #AD9194;
}
.TagClassName
{
border-color: #AD9194;
}
</style>