Shades of Viola #AD8D8F
Tints of Viola #AD8D8F
RGB
CMYK
RGB Variations
Color information
#AD8D8F (or 0xAD8D8F) is known color: Viola. HEX triplet: AD, 8D and 8F. RGB value is (173,141,143). Sum of RGB (Red+Green+Blue) = 173+141+143=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D8F is #527270. Grayscale: #969696. Windows color (decimal): -5403249 or 9407917. OLE color: 9407917.
HSL color Cylindrical-coordinate representation of color #AD8D8F: hue angle of 356.25º 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 #AD8D8F is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 143 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.32 |
| HSL | 356.25º | 0.16% | 0.62% | - |
| HSV(B) | 356.25º | 0.18% | 0.68% | - |
| XYZ | 31.72 | 29.92 | 30.09 | - |
| YUV | 150.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 143 | 0 | 0.18 | 0.17 | 0.32 | 356.25 | 0.16 | 0.62 |
| Hex | AD | 8D | 8F | 0 | 12 | 11 | 20 | 164 | 10 | 3E |
| Octal | 255 | 215 | 217 | 0 | 22 | 21 | 40 | 544 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10001111 | 0 | 10010 | 10001 | 100000 | 101100100 | 10000 | 111110 |
Color Harmonies of #AD8D8F
Complementary color
Monochromatic Colors of #AD8D8F
Black with #AD8D8F
Text Example
Text Example
White with #AD8D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D8F; }
p { color: rgb(173,141,143); }
H1.HeaderClassName
{
color: #AD8D8F;
}
.AnyTagClassName
{
color: #AD8D8F;
}
</style>
background-color css
<style>
a { background-color: #AD8D8F; }
a { background-color: rgb(173,141,143); }
div.DivClassName
{
background-color: #AD8D8F;
}
.BgClassName
{
background-color: #AD8D8F;
}
</style>
border-color css
<style>
span { border-color: #AD8D8F; }
span { border-color: rgb(173,141,143); }
td.TdClassName
{
border-color: #AD8D8F;
}
.TagClassName
{
border-color: #AD8D8F;
}
</style>