Shades of Viola #AD8F93
Tints of Viola #AD8F93
RGB
CMYK
RGB Variations
Color information
#AD8F93 (or 0xAD8F93) is known color: Viola. HEX triplet: AD, 8F and 93. RGB value is (173,143,147). Sum of RGB (Red+Green+Blue) = 173+143+147=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F93 is #52706C. Grayscale: #989898. Windows color (decimal): -5402733 or 9670573. OLE color: 9670573.
HSL color Cylindrical-coordinate representation of color #AD8F93: hue angle of 352º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD8F93 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 147 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.32 |
| HSL | 352º | 0.15% | 0.62% | - |
| HSV(B) | 352º | 0.17% | 0.68% | - |
| XYZ | 32.32 | 30.64 | 31.81 | - |
| YUV | 152.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 147 | 0 | 0.17 | 0.15 | 0.32 | 352 | 0.15 | 0.62 |
| Hex | AD | 8F | 93 | 0 | 11 | F | 20 | 160 | F | 3E |
| Octal | 255 | 217 | 223 | 0 | 21 | 17 | 40 | 540 | 17 | 76 |
| Binary | 10101101 | 10001111 | 10010011 | 0 | 10001 | 1111 | 100000 | 101100000 | 1111 | 111110 |
Color Harmonies of #AD8F93
Complementary color
Monochromatic Colors of #AD8F93
Black with #AD8F93
Text Example
Text Example
White with #AD8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F93; }
p { color: rgb(173,143,147); }
H1.HeaderClassName
{
color: #AD8F93;
}
.AnyTagClassName
{
color: #AD8F93;
}
</style>
background-color css
<style>
a { background-color: #AD8F93; }
a { background-color: rgb(173,143,147); }
div.DivClassName
{
background-color: #AD8F93;
}
.BgClassName
{
background-color: #AD8F93;
}
</style>
border-color css
<style>
span { border-color: #AD8F93; }
span { border-color: rgb(173,143,147); }
td.TdClassName
{
border-color: #AD8F93;
}
.TagClassName
{
border-color: #AD8F93;
}
</style>