Shades of Viola #AD9299
Tints of Viola #AD9299
RGB
CMYK
RGB Variations
Color information
#AD9299 (or 0xAD9299) is known color: Viola. HEX triplet: AD, 92 and 99. RGB value is (173,146,153). Sum of RGB (Red+Green+Blue) = 173+146+153=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9299 is #526D66. Grayscale: #9A9A9A. Windows color (decimal): -5401959 or 10064557. OLE color: 10064557.
HSL color Cylindrical-coordinate representation of color #AD9299: hue angle of 344.44º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9299 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 153 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.32 |
| HSL | 344.44º | 0.14% | 0.63% | - |
| HSV(B) | 344.44º | 0.16% | 0.68% | - |
| XYZ | 33.26 | 31.74 | 34.51 | - |
| YUV | 154.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 153 | 0 | 0.16 | 0.12 | 0.32 | 344.44 | 0.14 | 0.63 |
| Hex | AD | 92 | 99 | 0 | 10 | C | 20 | 158 | E | 3F |
| Octal | 255 | 222 | 231 | 0 | 20 | 14 | 40 | 530 | 16 | 77 |
| Binary | 10101101 | 10010010 | 10011001 | 0 | 10000 | 1100 | 100000 | 101011000 | 1110 | 111111 |
Color Harmonies of #AD9299
Complementary color
Monochromatic Colors of #AD9299
Black with #AD9299
Text Example
Text Example
White with #AD9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9299; }
p { color: rgb(173,146,153); }
H1.HeaderClassName
{
color: #AD9299;
}
.AnyTagClassName
{
color: #AD9299;
}
</style>
background-color css
<style>
a { background-color: #AD9299; }
a { background-color: rgb(173,146,153); }
div.DivClassName
{
background-color: #AD9299;
}
.BgClassName
{
background-color: #AD9299;
}
</style>
border-color css
<style>
span { border-color: #AD9299; }
span { border-color: rgb(173,146,153); }
td.TdClassName
{
border-color: #AD9299;
}
.TagClassName
{
border-color: #AD9299;
}
</style>