Shades of Viola #AD8D94
Tints of Viola #AD8D94
RGB
CMYK
RGB Variations
Color information
#AD8D94 (or 0xAD8D94) is known color: Viola. HEX triplet: AD, 8D and 94. RGB value is (173,141,148). Sum of RGB (Red+Green+Blue) = 173+141+148=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D94 is #52726B. Grayscale: #979797. Windows color (decimal): -5403244 or 9735597. OLE color: 9735597.
HSL color Cylindrical-coordinate representation of color #AD8D94: hue angle of 346.88º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8D94 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 148 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.32 |
| HSL | 346.88º | 0.16% | 0.62% | - |
| HSV(B) | 346.88º | 0.18% | 0.68% | - |
| XYZ | 32.1 | 30.07 | 32.13 | - |
| YUV | 151.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 148 | 0 | 0.18 | 0.14 | 0.32 | 346.88 | 0.16 | 0.62 |
| Hex | AD | 8D | 94 | 0 | 12 | E | 20 | 15B | 10 | 3E |
| Octal | 255 | 215 | 224 | 0 | 22 | 16 | 40 | 533 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10010100 | 0 | 10010 | 1110 | 100000 | 101011011 | 10000 | 111110 |
Color Harmonies of #AD8D94
Complementary color
Monochromatic Colors of #AD8D94
Black with #AD8D94
Text Example
Text Example
White with #AD8D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D94; }
p { color: rgb(173,141,148); }
H1.HeaderClassName
{
color: #AD8D94;
}
.AnyTagClassName
{
color: #AD8D94;
}
</style>
background-color css
<style>
a { background-color: #AD8D94; }
a { background-color: rgb(173,141,148); }
div.DivClassName
{
background-color: #AD8D94;
}
.BgClassName
{
background-color: #AD8D94;
}
</style>
border-color css
<style>
span { border-color: #AD8D94; }
span { border-color: rgb(173,141,148); }
td.TdClassName
{
border-color: #AD8D94;
}
.TagClassName
{
border-color: #AD8D94;
}
</style>