Shades of Viola #A78C8E
Tints of Viola #A78C8E
RGB
CMYK
RGB Variations
Color information
#A78C8E (or 0xA78C8E) is known color: Viola. HEX triplet: A7, 8C and 8E. RGB value is (167,140,142). Sum of RGB (Red+Green+Blue) = 167+140+142=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78C8E is #587371. Grayscale: #949494. Windows color (decimal): -5796722 or 9342119. OLE color: 9342119.
HSL color Cylindrical-coordinate representation of color #A78C8E: hue angle of 355.56º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A78C8E is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 140 | 142 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.35 |
| HSL | 355.56º | 0.13% | 0.6% | - |
| HSV(B) | 355.56º | 0.16% | 0.65% | - |
| XYZ | 30.2 | 28.92 | 29.58 | - |
| YUV | 148.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 142 | 0 | 0.16 | 0.15 | 0.35 | 355.56 | 0.13 | 0.6 |
| Hex | A7 | 8C | 8E | 0 | 10 | F | 23 | 164 | D | 3C |
| Octal | 247 | 214 | 216 | 0 | 20 | 17 | 43 | 544 | 15 | 74 |
| Binary | 10100111 | 10001100 | 10001110 | 0 | 10000 | 1111 | 100011 | 101100100 | 1101 | 111100 |
Color Harmonies of #A78C8E
Complementary color
Monochromatic Colors of #A78C8E
Black with #A78C8E
Text Example
Text Example
White with #A78C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78C8E; }
p { color: rgb(167,140,142); }
H1.HeaderClassName
{
color: #A78C8E;
}
.AnyTagClassName
{
color: #A78C8E;
}
</style>
background-color css
<style>
a { background-color: #A78C8E; }
a { background-color: rgb(167,140,142); }
div.DivClassName
{
background-color: #A78C8E;
}
.BgClassName
{
background-color: #A78C8E;
}
</style>
border-color css
<style>
span { border-color: #A78C8E; }
span { border-color: rgb(167,140,142); }
td.TdClassName
{
border-color: #A78C8E;
}
.TagClassName
{
border-color: #A78C8E;
}
</style>