Shades of Viola #AD8D96
Tints of Viola #AD8D96
RGB
CMYK
RGB Variations
Color information
#AD8D96 (or 0xAD8D96) is known color: Viola. HEX triplet: AD, 8D and 96. RGB value is (173,141,150). Sum of RGB (Red+Green+Blue) = 173+141+150=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D96 is #527269. Grayscale: #979797. Windows color (decimal): -5403242 or 9866669. OLE color: 9866669.
HSL color Cylindrical-coordinate representation of color #AD8D96: hue angle of 343.12º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8D96 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 150 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.32 |
| HSL | 343.13º | 0.16% | 0.62% | - |
| HSV(B) | 343.13º | 0.18% | 0.68% | - |
| XYZ | 32.26 | 30.14 | 32.97 | - |
| YUV | 151.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 150 | 0 | 0.18 | 0.13 | 0.32 | 343.13 | 0.16 | 0.62 |
| Hex | AD | 8D | 96 | 0 | 12 | D | 20 | 157 | 10 | 3E |
| Octal | 255 | 215 | 226 | 0 | 22 | 15 | 40 | 527 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10010110 | 0 | 10010 | 1101 | 100000 | 101010111 | 10000 | 111110 |
Color Harmonies of #AD8D96
Complementary color
Monochromatic Colors of #AD8D96
Black with #AD8D96
Text Example
Text Example
White with #AD8D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D96; }
p { color: rgb(173,141,150); }
H1.HeaderClassName
{
color: #AD8D96;
}
.AnyTagClassName
{
color: #AD8D96;
}
</style>
background-color css
<style>
a { background-color: #AD8D96; }
a { background-color: rgb(173,141,150); }
div.DivClassName
{
background-color: #AD8D96;
}
.BgClassName
{
background-color: #AD8D96;
}
</style>
border-color css
<style>
span { border-color: #AD8D96; }
span { border-color: rgb(173,141,150); }
td.TdClassName
{
border-color: #AD8D96;
}
.TagClassName
{
border-color: #AD8D96;
}
</style>