Shades of Viola #AD8994
Tints of Viola #AD8994
RGB
CMYK
RGB Variations
Color information
#AD8994 (or 0xAD8994) is known color: Viola. HEX triplet: AD, 89 and 94. RGB value is (173,137,148). Sum of RGB (Red+Green+Blue) = 173+137+148=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8994 is #52766B. Grayscale: #959595. Windows color (decimal): -5404268 or 9734573. OLE color: 9734573.
HSL color Cylindrical-coordinate representation of color #AD8994: hue angle of 341.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD8994 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 148 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.32 |
| HSL | 341.67º | 0.18% | 0.61% | - |
| HSV(B) | 341.67º | 0.21% | 0.68% | - |
| XYZ | 31.52 | 28.91 | 31.94 | - |
| YUV | 149.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 148 | 0 | 0.21 | 0.14 | 0.32 | 341.67 | 0.18 | 0.61 |
| Hex | AD | 89 | 94 | 0 | 15 | E | 20 | 156 | 12 | 3D |
| Octal | 255 | 211 | 224 | 0 | 25 | 16 | 40 | 526 | 22 | 75 |
| Binary | 10101101 | 10001001 | 10010100 | 0 | 10101 | 1110 | 100000 | 101010110 | 10010 | 111101 |
Color Harmonies of #AD8994
Complementary color
Monochromatic Colors of #AD8994
Black with #AD8994
Text Example
Text Example
White with #AD8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8994; }
p { color: rgb(173,137,148); }
H1.HeaderClassName
{
color: #AD8994;
}
.AnyTagClassName
{
color: #AD8994;
}
</style>
background-color css
<style>
a { background-color: #AD8994; }
a { background-color: rgb(173,137,148); }
div.DivClassName
{
background-color: #AD8994;
}
.BgClassName
{
background-color: #AD8994;
}
</style>
border-color css
<style>
span { border-color: #AD8994; }
span { border-color: rgb(173,137,148); }
td.TdClassName
{
border-color: #AD8994;
}
.TagClassName
{
border-color: #AD8994;
}
</style>