Shades of Viola #AD9C9F
Tints of Viola #AD9C9F
RGB
CMYK
RGB Variations
Color information
#AD9C9F (or 0xAD9C9F) is known color: Viola. HEX triplet: AD, 9C and 9F. RGB value is (173,156,159). Sum of RGB (Red+Green+Blue) = 173+156+159=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C9F is #526360. Grayscale: #A1A1A1. Windows color (decimal): -5399393 or 10460333. OLE color: 10460333.
HSL color Cylindrical-coordinate representation of color #AD9C9F: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9C9F is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 156 | 159 | - |
CMYK | 0 | 0.10 | 0.08 | 0.32 |
HSL | 349.41º | 0.09% | 0.65% | - |
HSV(B) | 349.41º | 0.1% | 0.68% | - |
XYZ | 35.38 | 35.16 | 37.72 | - |
YUV | 161.43 | 126.63 | 136.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 156 | 159 | 0 | 0.10 | 0.08 | 0.32 | 349.41 | 0.09 | 0.65 |
Hex | AD | 9C | 9F | 0 | A | 8 | 20 | 15D | 9 | 41 |
Octal | 255 | 234 | 237 | 0 | 12 | 10 | 40 | 535 | 11 | 101 |
Binary | 10101101 | 10011100 | 10011111 | 0 | 1010 | 1000 | 100000 | 101011101 | 1001 | 1000001 |
Color Harmonies of #AD9C9F
Complementary color
Monochromatic Colors of #AD9C9F
Black with #AD9C9F
Text Example
Text Example
White with #AD9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C9F; }
p { color: rgb(173,156,159); }
H1.HeaderClassName
{
color: #AD9C9F;
}
.AnyTagClassName
{
color: #AD9C9F;
}
</style>
background-color css
<style>
a { background-color: #AD9C9F; }
a { background-color: rgb(173,156,159); }
div.DivClassName
{
background-color: #AD9C9F;
}
.BgClassName
{
background-color: #AD9C9F;
}
</style>
border-color css
<style>
span { border-color: #AD9C9F; }
span { border-color: rgb(173,156,159); }
td.TdClassName
{
border-color: #AD9C9F;
}
.TagClassName
{
border-color: #AD9C9F;
}
</style>