Shades of Viola #AD9095
Tints of Viola #AD9095
RGB
CMYK
RGB Variations
Color information
#AD9095 (or 0xAD9095) is known color: Viola. HEX triplet: AD, 90 and 95. RGB value is (173,144,149). Sum of RGB (Red+Green+Blue) = 173+144+149=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9095 is #526F6A. Grayscale: #999999. Windows color (decimal): -5402475 or 9801901. OLE color: 9801901.
HSL color Cylindrical-coordinate representation of color #AD9095: hue angle of 349.66º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD9095 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 149 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.32 |
| HSL | 349.66º | 0.15% | 0.62% | - |
| HSV(B) | 349.66º | 0.17% | 0.68% | - |
| XYZ | 32.63 | 31 | 32.7 | - |
| YUV | 153.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 149 | 0 | 0.17 | 0.14 | 0.32 | 349.66 | 0.15 | 0.62 |
| Hex | AD | 90 | 95 | 0 | 11 | E | 20 | 15E | F | 3E |
| Octal | 255 | 220 | 225 | 0 | 21 | 16 | 40 | 536 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10010101 | 0 | 10001 | 1110 | 100000 | 101011110 | 1111 | 111110 |
Color Harmonies of #AD9095
Complementary color
Monochromatic Colors of #AD9095
Black with #AD9095
Text Example
Text Example
White with #AD9095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9095; }
p { color: rgb(173,144,149); }
H1.HeaderClassName
{
color: #AD9095;
}
.AnyTagClassName
{
color: #AD9095;
}
</style>
background-color css
<style>
a { background-color: #AD9095; }
a { background-color: rgb(173,144,149); }
div.DivClassName
{
background-color: #AD9095;
}
.BgClassName
{
background-color: #AD9095;
}
</style>
border-color css
<style>
span { border-color: #AD9095; }
span { border-color: rgb(173,144,149); }
td.TdClassName
{
border-color: #AD9095;
}
.TagClassName
{
border-color: #AD9095;
}
</style>