Shades of Viola #AD949A
Tints of Viola #AD949A
RGB
CMYK
RGB Variations
Color information
#AD949A (or 0xAD949A) is known color: Viola. HEX triplet: AD, 94 and 9A. RGB value is (173,148,154). Sum of RGB (Red+Green+Blue) = 173+148+154=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD949A is #526B65. Grayscale: #9C9C9C. Windows color (decimal): -5401446 or 10130605. OLE color: 10130605.
HSL color Cylindrical-coordinate representation of color #AD949A: hue angle of 345.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD949A is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 154 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.32 |
| HSL | 345.6º | 0.13% | 0.63% | - |
| HSV(B) | 345.6º | 0.14% | 0.68% | - |
| XYZ | 33.66 | 32.4 | 35.05 | - |
| YUV | 156.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 154 | 0 | 0.14 | 0.11 | 0.32 | 345.6 | 0.13 | 0.63 |
| Hex | AD | 94 | 9A | 0 | E | B | 20 | 15A | D | 3F |
| Octal | 255 | 224 | 232 | 0 | 16 | 13 | 40 | 532 | 15 | 77 |
| Binary | 10101101 | 10010100 | 10011010 | 0 | 1110 | 1011 | 100000 | 101011010 | 1101 | 111111 |
Color Harmonies of #AD949A
Complementary color
Monochromatic Colors of #AD949A
Black with #AD949A
Text Example
Text Example
White with #AD949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD949A; }
p { color: rgb(173,148,154); }
H1.HeaderClassName
{
color: #AD949A;
}
.AnyTagClassName
{
color: #AD949A;
}
</style>
background-color css
<style>
a { background-color: #AD949A; }
a { background-color: rgb(173,148,154); }
div.DivClassName
{
background-color: #AD949A;
}
.BgClassName
{
background-color: #AD949A;
}
</style>
border-color css
<style>
span { border-color: #AD949A; }
span { border-color: rgb(173,148,154); }
td.TdClassName
{
border-color: #AD949A;
}
.TagClassName
{
border-color: #AD949A;
}
</style>