Shades of Viola #AD969C
Tints of Viola #AD969C
RGB
CMYK
RGB Variations
Color information
#AD969C (or 0xAD969C) is known color: Viola. HEX triplet: AD, 96 and 9C. RGB value is (173,150,156). Sum of RGB (Red+Green+Blue) = 173+150+156=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD969C is #526963. Grayscale: #9D9D9D. Windows color (decimal): -5400932 or 10262189. OLE color: 10262189.
HSL color Cylindrical-coordinate representation of color #AD969C: hue angle of 344.35º 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 #AD969C is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 156 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.32 |
| HSL | 344.35º | 0.12% | 0.63% | - |
| HSV(B) | 344.35º | 0.13% | 0.68% | - |
| XYZ | 34.14 | 33.1 | 36.04 | - |
| YUV | 157.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 156 | 0 | 0.13 | 0.10 | 0.32 | 344.35 | 0.12 | 0.63 |
| Hex | AD | 96 | 9C | 0 | D | A | 20 | 158 | C | 3F |
| Octal | 255 | 226 | 234 | 0 | 15 | 12 | 40 | 530 | 14 | 77 |
| Binary | 10101101 | 10010110 | 10011100 | 0 | 1101 | 1010 | 100000 | 101011000 | 1100 | 111111 |
Color Harmonies of #AD969C
Complementary color
Monochromatic Colors of #AD969C
Black with #AD969C
Text Example
Text Example
White with #AD969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD969C; }
p { color: rgb(173,150,156); }
H1.HeaderClassName
{
color: #AD969C;
}
.AnyTagClassName
{
color: #AD969C;
}
</style>
background-color css
<style>
a { background-color: #AD969C; }
a { background-color: rgb(173,150,156); }
div.DivClassName
{
background-color: #AD969C;
}
.BgClassName
{
background-color: #AD969C;
}
</style>
border-color css
<style>
span { border-color: #AD969C; }
span { border-color: rgb(173,150,156); }
td.TdClassName
{
border-color: #AD969C;
}
.TagClassName
{
border-color: #AD969C;
}
</style>