Shades of Viola #AD8F95
Tints of Viola #AD8F95
RGB
CMYK
RGB Variations
Color information
#AD8F95 (or 0xAD8F95) is known color: Viola. HEX triplet: AD, 8F and 95. RGB value is (173,143,149). Sum of RGB (Red+Green+Blue) = 173+143+149=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F95 is #52706A. Grayscale: #989898. Windows color (decimal): -5402731 or 9801645. OLE color: 9801645.
HSL color Cylindrical-coordinate representation of color #AD8F95: hue angle of 348º 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 #AD8F95 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 149 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.32 |
| HSL | 348º | 0.15% | 0.62% | - |
| HSV(B) | 348º | 0.17% | 0.68% | - |
| XYZ | 32.48 | 30.7 | 32.65 | - |
| YUV | 152.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 149 | 0 | 0.17 | 0.14 | 0.32 | 348 | 0.15 | 0.62 |
| Hex | AD | 8F | 95 | 0 | 11 | E | 20 | 15C | F | 3E |
| Octal | 255 | 217 | 225 | 0 | 21 | 16 | 40 | 534 | 17 | 76 |
| Binary | 10101101 | 10001111 | 10010101 | 0 | 10001 | 1110 | 100000 | 101011100 | 1111 | 111110 |
Color Harmonies of #AD8F95
Complementary color
Monochromatic Colors of #AD8F95
Black with #AD8F95
Text Example
Text Example
White with #AD8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F95; }
p { color: rgb(173,143,149); }
H1.HeaderClassName
{
color: #AD8F95;
}
.AnyTagClassName
{
color: #AD8F95;
}
</style>
background-color css
<style>
a { background-color: #AD8F95; }
a { background-color: rgb(173,143,149); }
div.DivClassName
{
background-color: #AD8F95;
}
.BgClassName
{
background-color: #AD8F95;
}
</style>
border-color css
<style>
span { border-color: #AD8F95; }
span { border-color: rgb(173,143,149); }
td.TdClassName
{
border-color: #AD8F95;
}
.TagClassName
{
border-color: #AD8F95;
}
</style>