Shades of Viola #AD989D
Tints of Viola #AD989D
RGB
CMYK
RGB Variations
Color information
#AD989D (or 0xAD989D) is known color: Viola. HEX triplet: AD, 98 and 9D. RGB value is (173,152,157). Sum of RGB (Red+Green+Blue) = 173+152+157=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD989D is #526762. Grayscale: #9E9E9E. Windows color (decimal): -5400419 or 10328237. OLE color: 10328237.
HSL color Cylindrical-coordinate representation of color #AD989D: hue angle of 345.71º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD989D is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 157 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.32 |
| HSL | 345.71º | 0.11% | 0.64% | - |
| HSV(B) | 345.71º | 0.12% | 0.68% | - |
| XYZ | 34.55 | 33.78 | 36.6 | - |
| YUV | 158.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 157 | 0 | 0.12 | 0.09 | 0.32 | 345.71 | 0.11 | 0.64 |
| Hex | AD | 98 | 9D | 0 | C | 9 | 20 | 15A | B | 40 |
| Octal | 255 | 230 | 235 | 0 | 14 | 11 | 40 | 532 | 13 | 100 |
| Binary | 10101101 | 10011000 | 10011101 | 0 | 1100 | 1001 | 100000 | 101011010 | 1011 | 1000000 |
Color Harmonies of #AD989D
Complementary color
Monochromatic Colors of #AD989D
Black with #AD989D
Text Example
Text Example
White with #AD989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD989D; }
p { color: rgb(173,152,157); }
H1.HeaderClassName
{
color: #AD989D;
}
.AnyTagClassName
{
color: #AD989D;
}
</style>
background-color css
<style>
a { background-color: #AD989D; }
a { background-color: rgb(173,152,157); }
div.DivClassName
{
background-color: #AD989D;
}
.BgClassName
{
background-color: #AD989D;
}
</style>
border-color css
<style>
span { border-color: #AD989D; }
span { border-color: rgb(173,152,157); }
td.TdClassName
{
border-color: #AD989D;
}
.TagClassName
{
border-color: #AD989D;
}
</style>