Shades of Viola #AD8B94
Tints of Viola #AD8B94
RGB
CMYK
RGB Variations
Color information
#AD8B94 (or 0xAD8B94) is known color: Viola. HEX triplet: AD, 8B and 94. RGB value is (173,139,148). Sum of RGB (Red+Green+Blue) = 173+139+148=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B94 is #52746B. Grayscale: #969696. Windows color (decimal): -5403756 or 9735085. OLE color: 9735085.
HSL color Cylindrical-coordinate representation of color #AD8B94: hue angle of 344.12º 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 #AD8B94 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 148 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.32 |
| HSL | 344.12º | 0.17% | 0.61% | - |
| HSV(B) | 344.12º | 0.2% | 0.68% | - |
| XYZ | 31.81 | 29.49 | 32.03 | - |
| YUV | 150.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 148 | 0 | 0.20 | 0.14 | 0.32 | 344.12 | 0.17 | 0.61 |
| Hex | AD | 8B | 94 | 0 | 14 | E | 20 | 158 | 11 | 3D |
| Octal | 255 | 213 | 224 | 0 | 24 | 16 | 40 | 530 | 21 | 75 |
| Binary | 10101101 | 10001011 | 10010100 | 0 | 10100 | 1110 | 100000 | 101011000 | 10001 | 111101 |
Color Harmonies of #AD8B94
Complementary color
Monochromatic Colors of #AD8B94
Black with #AD8B94
Text Example
Text Example
White with #AD8B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B94; }
p { color: rgb(173,139,148); }
H1.HeaderClassName
{
color: #AD8B94;
}
.AnyTagClassName
{
color: #AD8B94;
}
</style>
background-color css
<style>
a { background-color: #AD8B94; }
a { background-color: rgb(173,139,148); }
div.DivClassName
{
background-color: #AD8B94;
}
.BgClassName
{
background-color: #AD8B94;
}
</style>
border-color css
<style>
span { border-color: #AD8B94; }
span { border-color: rgb(173,139,148); }
td.TdClassName
{
border-color: #AD8B94;
}
.TagClassName
{
border-color: #AD8B94;
}
</style>