Shades of Viola #AD8E96
Tints of Viola #AD8E96
RGB
CMYK
RGB Variations
Color information
#AD8E96 (or 0xAD8E96) is known color: Viola. HEX triplet: AD, 8E and 96. RGB value is (173,142,150). Sum of RGB (Red+Green+Blue) = 173+142+150=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E96 is #527169. Grayscale: #989898. Windows color (decimal): -5402986 or 9866925. OLE color: 9866925.
HSL color Cylindrical-coordinate representation of color #AD8E96: hue angle of 344.52º 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 #AD8E96 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 150 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.32 |
| HSL | 344.52º | 0.16% | 0.62% | - |
| HSV(B) | 344.52º | 0.18% | 0.68% | - |
| XYZ | 32.41 | 30.43 | 33.02 | - |
| YUV | 152.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 150 | 0 | 0.18 | 0.13 | 0.32 | 344.52 | 0.16 | 0.62 |
| Hex | AD | 8E | 96 | 0 | 12 | D | 20 | 159 | 10 | 3E |
| Octal | 255 | 216 | 226 | 0 | 22 | 15 | 40 | 531 | 20 | 76 |
| Binary | 10101101 | 10001110 | 10010110 | 0 | 10010 | 1101 | 100000 | 101011001 | 10000 | 111110 |
Color Harmonies of #AD8E96
Complementary color
Monochromatic Colors of #AD8E96
Black with #AD8E96
Text Example
Text Example
White with #AD8E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E96; }
p { color: rgb(173,142,150); }
H1.HeaderClassName
{
color: #AD8E96;
}
.AnyTagClassName
{
color: #AD8E96;
}
</style>
background-color css
<style>
a { background-color: #AD8E96; }
a { background-color: rgb(173,142,150); }
div.DivClassName
{
background-color: #AD8E96;
}
.BgClassName
{
background-color: #AD8E96;
}
</style>
border-color css
<style>
span { border-color: #AD8E96; }
span { border-color: rgb(173,142,150); }
td.TdClassName
{
border-color: #AD8E96;
}
.TagClassName
{
border-color: #AD8E96;
}
</style>