Shades of Viola #AD8C8F
Tints of Viola #AD8C8F
RGB
CMYK
RGB Variations
Color information
#AD8C8F (or 0xAD8C8F) is known color: Viola. HEX triplet: AD, 8C and 8F. RGB value is (173,140,143). Sum of RGB (Red+Green+Blue) = 173+140+143=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C8F is #527370. Grayscale: #969696. Windows color (decimal): -5403505 or 9407661. OLE color: 9407661.
HSL color Cylindrical-coordinate representation of color #AD8C8F: hue angle of 354.55º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD8C8F is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 143 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.32 |
| HSL | 354.55º | 0.17% | 0.61% | - |
| HSV(B) | 354.55º | 0.19% | 0.68% | - |
| XYZ | 31.57 | 29.62 | 30.04 | - |
| YUV | 150.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 143 | 0 | 0.19 | 0.17 | 0.32 | 354.55 | 0.17 | 0.61 |
| Hex | AD | 8C | 8F | 0 | 13 | 11 | 20 | 163 | 11 | 3D |
| Octal | 255 | 214 | 217 | 0 | 23 | 21 | 40 | 543 | 21 | 75 |
| Binary | 10101101 | 10001100 | 10001111 | 0 | 10011 | 10001 | 100000 | 101100011 | 10001 | 111101 |
Color Harmonies of #AD8C8F
Complementary color
Monochromatic Colors of #AD8C8F
Black with #AD8C8F
Text Example
Text Example
White with #AD8C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C8F; }
p { color: rgb(173,140,143); }
H1.HeaderClassName
{
color: #AD8C8F;
}
.AnyTagClassName
{
color: #AD8C8F;
}
</style>
background-color css
<style>
a { background-color: #AD8C8F; }
a { background-color: rgb(173,140,143); }
div.DivClassName
{
background-color: #AD8C8F;
}
.BgClassName
{
background-color: #AD8C8F;
}
</style>
border-color css
<style>
span { border-color: #AD8C8F; }
span { border-color: rgb(173,140,143); }
td.TdClassName
{
border-color: #AD8C8F;
}
.TagClassName
{
border-color: #AD8C8F;
}
</style>