Shades of Viola #AD969A
Tints of Viola #AD969A
RGB
CMYK
RGB Variations
Color information
#AD969A (or 0xAD969A) is known color: Viola. HEX triplet: AD, 96 and 9A. RGB value is (173,150,154). Sum of RGB (Red+Green+Blue) = 173+150+154=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD969A is #526965. Grayscale: #9D9D9D. Windows color (decimal): -5400934 or 10131117. OLE color: 10131117.
HSL color Cylindrical-coordinate representation of color #AD969A: hue angle of 349.57º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD969A is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 154 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.32 |
| HSL | 349.57º | 0.12% | 0.63% | - |
| HSV(B) | 349.57º | 0.13% | 0.68% | - |
| XYZ | 33.97 | 33.03 | 35.16 | - |
| YUV | 157.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 154 | 0 | 0.13 | 0.11 | 0.32 | 349.57 | 0.12 | 0.63 |
| Hex | AD | 96 | 9A | 0 | D | B | 20 | 15E | C | 3F |
| Octal | 255 | 226 | 232 | 0 | 15 | 13 | 40 | 536 | 14 | 77 |
| Binary | 10101101 | 10010110 | 10011010 | 0 | 1101 | 1011 | 100000 | 101011110 | 1100 | 111111 |
Color Harmonies of #AD969A
Complementary color
Monochromatic Colors of #AD969A
Black with #AD969A
Text Example
Text Example
White with #AD969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD969A; }
p { color: rgb(173,150,154); }
H1.HeaderClassName
{
color: #AD969A;
}
.AnyTagClassName
{
color: #AD969A;
}
</style>
background-color css
<style>
a { background-color: #AD969A; }
a { background-color: rgb(173,150,154); }
div.DivClassName
{
background-color: #AD969A;
}
.BgClassName
{
background-color: #AD969A;
}
</style>
border-color css
<style>
span { border-color: #AD969A; }
span { border-color: rgb(173,150,154); }
td.TdClassName
{
border-color: #AD969A;
}
.TagClassName
{
border-color: #AD969A;
}
</style>