Shades of Viola #AD989C
Tints of Viola #AD989C
RGB
CMYK
RGB Variations
Color information
#AD989C (or 0xAD989C) is known color: Viola. HEX triplet: AD, 98 and 9C. RGB value is (173,152,156). Sum of RGB (Red+Green+Blue) = 173+152+156=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD989C is #526763. Grayscale: #9E9E9E. Windows color (decimal): -5400420 or 10262701. OLE color: 10262701.
HSL color Cylindrical-coordinate representation of color #AD989C: hue angle of 348.57º 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 #AD989C is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 156 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.32 |
| HSL | 348.57º | 0.11% | 0.64% | - |
| HSV(B) | 348.57º | 0.12% | 0.68% | - |
| XYZ | 34.46 | 33.74 | 36.15 | - |
| YUV | 158.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 156 | 0 | 0.12 | 0.10 | 0.32 | 348.57 | 0.11 | 0.64 |
| Hex | AD | 98 | 9C | 0 | C | A | 20 | 15D | B | 40 |
| Octal | 255 | 230 | 234 | 0 | 14 | 12 | 40 | 535 | 13 | 100 |
| Binary | 10101101 | 10011000 | 10011100 | 0 | 1100 | 1010 | 100000 | 101011101 | 1011 | 1000000 |
Color Harmonies of #AD989C
Complementary color
Monochromatic Colors of #AD989C
Black with #AD989C
Text Example
Text Example
White with #AD989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD989C; }
p { color: rgb(173,152,156); }
H1.HeaderClassName
{
color: #AD989C;
}
.AnyTagClassName
{
color: #AD989C;
}
</style>
background-color css
<style>
a { background-color: #AD989C; }
a { background-color: rgb(173,152,156); }
div.DivClassName
{
background-color: #AD989C;
}
.BgClassName
{
background-color: #AD989C;
}
</style>
border-color css
<style>
span { border-color: #AD989C; }
span { border-color: rgb(173,152,156); }
td.TdClassName
{
border-color: #AD989C;
}
.TagClassName
{
border-color: #AD989C;
}
</style>