Shades of Viola #AD8B8E
Tints of Viola #AD8B8E
RGB
CMYK
RGB Variations
Color information
#AD8B8E (or 0xAD8B8E) is known color: Viola. HEX triplet: AD, 8B and 8E. RGB value is (173,139,142). Sum of RGB (Red+Green+Blue) = 173+139+142=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B8E is #527471. Grayscale: #959595. Windows color (decimal): -5403762 or 9341869. OLE color: 9341869.
HSL color Cylindrical-coordinate representation of color #AD8B8E: hue angle of 354.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8B8E is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 142 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.32 |
| HSL | 354.71º | 0.17% | 0.61% | - |
| HSV(B) | 354.71º | 0.2% | 0.68% | - |
| XYZ | 31.35 | 29.3 | 29.59 | - |
| YUV | 149.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 142 | 0 | 0.20 | 0.18 | 0.32 | 354.71 | 0.17 | 0.61 |
| Hex | AD | 8B | 8E | 0 | 14 | 12 | 20 | 163 | 11 | 3D |
| Octal | 255 | 213 | 216 | 0 | 24 | 22 | 40 | 543 | 21 | 75 |
| Binary | 10101101 | 10001011 | 10001110 | 0 | 10100 | 10010 | 100000 | 101100011 | 10001 | 111101 |
Color Harmonies of #AD8B8E
Complementary color
Monochromatic Colors of #AD8B8E
Black with #AD8B8E
Text Example
Text Example
White with #AD8B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B8E; }
p { color: rgb(173,139,142); }
H1.HeaderClassName
{
color: #AD8B8E;
}
.AnyTagClassName
{
color: #AD8B8E;
}
</style>
background-color css
<style>
a { background-color: #AD8B8E; }
a { background-color: rgb(173,139,142); }
div.DivClassName
{
background-color: #AD8B8E;
}
.BgClassName
{
background-color: #AD8B8E;
}
</style>
border-color css
<style>
span { border-color: #AD8B8E; }
span { border-color: rgb(173,139,142); }
td.TdClassName
{
border-color: #AD8B8E;
}
.TagClassName
{
border-color: #AD8B8E;
}
</style>