Shades of Viola #AD9094
Tints of Viola #AD9094
RGB
CMYK
RGB Variations
Color information
#AD9094 (or 0xAD9094) is known color: Viola. HEX triplet: AD, 90 and 94. RGB value is (173,144,148). Sum of RGB (Red+Green+Blue) = 173+144+148=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9094 is #526F6B. Grayscale: #999999. Windows color (decimal): -5402476 or 9736365. OLE color: 9736365.
HSL color Cylindrical-coordinate representation of color #AD9094: hue angle of 351.72º 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 #AD9094 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 148 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.32 |
| HSL | 351.72º | 0.15% | 0.62% | - |
| HSV(B) | 351.72º | 0.17% | 0.68% | - |
| XYZ | 32.55 | 30.97 | 32.28 | - |
| YUV | 153.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 148 | 0 | 0.17 | 0.14 | 0.32 | 351.72 | 0.15 | 0.62 |
| Hex | AD | 90 | 94 | 0 | 11 | E | 20 | 160 | F | 3E |
| Octal | 255 | 220 | 224 | 0 | 21 | 16 | 40 | 540 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10010100 | 0 | 10001 | 1110 | 100000 | 101100000 | 1111 | 111110 |
Color Harmonies of #AD9094
Complementary color
Monochromatic Colors of #AD9094
Black with #AD9094
Text Example
Text Example
White with #AD9094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9094; }
p { color: rgb(173,144,148); }
H1.HeaderClassName
{
color: #AD9094;
}
.AnyTagClassName
{
color: #AD9094;
}
</style>
background-color css
<style>
a { background-color: #AD9094; }
a { background-color: rgb(173,144,148); }
div.DivClassName
{
background-color: #AD9094;
}
.BgClassName
{
background-color: #AD9094;
}
</style>
border-color css
<style>
span { border-color: #AD9094; }
span { border-color: rgb(173,144,148); }
td.TdClassName
{
border-color: #AD9094;
}
.TagClassName
{
border-color: #AD9094;
}
</style>