Shades of Viola #AD8A94
Tints of Viola #AD8A94
RGB
CMYK
RGB Variations
Color information
#AD8A94 (or 0xAD8A94) is known color: Viola. HEX triplet: AD, 8A and 94. RGB value is (173,138,148). Sum of RGB (Red+Green+Blue) = 173+138+148=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A94 is #52756B. Grayscale: #959595. Windows color (decimal): -5404012 or 9734829. OLE color: 9734829.
HSL color Cylindrical-coordinate representation of color #AD8A94: hue angle of 342.86º degrees, saturation: 0.18, 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 #AD8A94 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 148 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.32 |
| HSL | 342.86º | 0.18% | 0.61% | - |
| HSV(B) | 342.86º | 0.2% | 0.68% | - |
| XYZ | 31.67 | 29.2 | 31.98 | - |
| YUV | 149.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 148 | 0 | 0.20 | 0.14 | 0.32 | 342.86 | 0.18 | 0.61 |
| Hex | AD | 8A | 94 | 0 | 14 | E | 20 | 157 | 12 | 3D |
| Octal | 255 | 212 | 224 | 0 | 24 | 16 | 40 | 527 | 22 | 75 |
| Binary | 10101101 | 10001010 | 10010100 | 0 | 10100 | 1110 | 100000 | 101010111 | 10010 | 111101 |
Color Harmonies of #AD8A94
Complementary color
Monochromatic Colors of #AD8A94
Black with #AD8A94
Text Example
Text Example
White with #AD8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A94; }
p { color: rgb(173,138,148); }
H1.HeaderClassName
{
color: #AD8A94;
}
.AnyTagClassName
{
color: #AD8A94;
}
</style>
background-color css
<style>
a { background-color: #AD8A94; }
a { background-color: rgb(173,138,148); }
div.DivClassName
{
background-color: #AD8A94;
}
.BgClassName
{
background-color: #AD8A94;
}
</style>
border-color css
<style>
span { border-color: #AD8A94; }
span { border-color: rgb(173,138,148); }
td.TdClassName
{
border-color: #AD8A94;
}
.TagClassName
{
border-color: #AD8A94;
}
</style>