Shades of Viola #AD8F92
Tints of Viola #AD8F92
RGB
CMYK
RGB Variations
Color information
#AD8F92 (or 0xAD8F92) is known color: Viola. HEX triplet: AD, 8F and 92. RGB value is (173,143,146). Sum of RGB (Red+Green+Blue) = 173+143+146=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F92 is #52706D. Grayscale: #989898. Windows color (decimal): -5402734 or 9605037. OLE color: 9605037.
HSL color Cylindrical-coordinate representation of color #AD8F92: hue angle of 354º 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 #AD8F92 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 146 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.32 |
| HSL | 354º | 0.15% | 0.62% | - |
| HSV(B) | 354º | 0.17% | 0.68% | - |
| XYZ | 32.24 | 30.6 | 31.4 | - |
| YUV | 152.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 146 | 0 | 0.17 | 0.16 | 0.32 | 354 | 0.15 | 0.62 |
| Hex | AD | 8F | 92 | 0 | 11 | 10 | 20 | 162 | F | 3E |
| Octal | 255 | 217 | 222 | 0 | 21 | 20 | 40 | 542 | 17 | 76 |
| Binary | 10101101 | 10001111 | 10010010 | 0 | 10001 | 10000 | 100000 | 101100010 | 1111 | 111110 |
Color Harmonies of #AD8F92
Complementary color
Monochromatic Colors of #AD8F92
Black with #AD8F92
Text Example
Text Example
White with #AD8F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F92; }
p { color: rgb(173,143,146); }
H1.HeaderClassName
{
color: #AD8F92;
}
.AnyTagClassName
{
color: #AD8F92;
}
</style>
background-color css
<style>
a { background-color: #AD8F92; }
a { background-color: rgb(173,143,146); }
div.DivClassName
{
background-color: #AD8F92;
}
.BgClassName
{
background-color: #AD8F92;
}
</style>
border-color css
<style>
span { border-color: #AD8F92; }
span { border-color: rgb(173,143,146); }
td.TdClassName
{
border-color: #AD8F92;
}
.TagClassName
{
border-color: #AD8F92;
}
</style>