Shades of Viola #AD8F94
Tints of Viola #AD8F94
RGB
CMYK
RGB Variations
Color information
#AD8F94 (or 0xAD8F94) is known color: Viola. HEX triplet: AD, 8F and 94. RGB value is (173,143,148). Sum of RGB (Red+Green+Blue) = 173+143+148=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F94 is #52706B. Grayscale: #989898. Windows color (decimal): -5402732 or 9736109. OLE color: 9736109.
HSL color Cylindrical-coordinate representation of color #AD8F94: hue angle of 350º 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 #AD8F94 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 148 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.32 |
| HSL | 350º | 0.15% | 0.62% | - |
| HSV(B) | 350º | 0.17% | 0.68% | - |
| XYZ | 32.4 | 30.67 | 32.23 | - |
| YUV | 152.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 148 | 0 | 0.17 | 0.14 | 0.32 | 350 | 0.15 | 0.62 |
| Hex | AD | 8F | 94 | 0 | 11 | E | 20 | 15E | F | 3E |
| Octal | 255 | 217 | 224 | 0 | 21 | 16 | 40 | 536 | 17 | 76 |
| Binary | 10101101 | 10001111 | 10010100 | 0 | 10001 | 1110 | 100000 | 101011110 | 1111 | 111110 |
Color Harmonies of #AD8F94
Complementary color
Monochromatic Colors of #AD8F94
Black with #AD8F94
Text Example
Text Example
White with #AD8F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F94; }
p { color: rgb(173,143,148); }
H1.HeaderClassName
{
color: #AD8F94;
}
.AnyTagClassName
{
color: #AD8F94;
}
</style>
background-color css
<style>
a { background-color: #AD8F94; }
a { background-color: rgb(173,143,148); }
div.DivClassName
{
background-color: #AD8F94;
}
.BgClassName
{
background-color: #AD8F94;
}
</style>
border-color css
<style>
span { border-color: #AD8F94; }
span { border-color: rgb(173,143,148); }
td.TdClassName
{
border-color: #AD8F94;
}
.TagClassName
{
border-color: #AD8F94;
}
</style>