Shades of Viola #AD8D93
Tints of Viola #AD8D93
RGB
CMYK
RGB Variations
Color information
#AD8D93 (or 0xAD8D93) is known color: Viola. HEX triplet: AD, 8D and 93. RGB value is (173,141,147). Sum of RGB (Red+Green+Blue) = 173+141+147=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D93 is #52726C. Grayscale: #979797. Windows color (decimal): -5403245 or 9670061. OLE color: 9670061.
HSL color Cylindrical-coordinate representation of color #AD8D93: hue angle of 348.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8D93 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 147 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.32 |
| HSL | 348.75º | 0.16% | 0.62% | - |
| HSV(B) | 348.75º | 0.18% | 0.68% | - |
| XYZ | 32.02 | 30.04 | 31.71 | - |
| YUV | 151.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 147 | 0 | 0.18 | 0.15 | 0.32 | 348.75 | 0.16 | 0.62 |
| Hex | AD | 8D | 93 | 0 | 12 | F | 20 | 15D | 10 | 3E |
| Octal | 255 | 215 | 223 | 0 | 22 | 17 | 40 | 535 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10010011 | 0 | 10010 | 1111 | 100000 | 101011101 | 10000 | 111110 |
Color Harmonies of #AD8D93
Complementary color
Monochromatic Colors of #AD8D93
Black with #AD8D93
Text Example
Text Example
White with #AD8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D93; }
p { color: rgb(173,141,147); }
H1.HeaderClassName
{
color: #AD8D93;
}
.AnyTagClassName
{
color: #AD8D93;
}
</style>
background-color css
<style>
a { background-color: #AD8D93; }
a { background-color: rgb(173,141,147); }
div.DivClassName
{
background-color: #AD8D93;
}
.BgClassName
{
background-color: #AD8D93;
}
</style>
border-color css
<style>
span { border-color: #AD8D93; }
span { border-color: rgb(173,141,147); }
td.TdClassName
{
border-color: #AD8D93;
}
.TagClassName
{
border-color: #AD8D93;
}
</style>