Shades of Viola #A78F91
Tints of Viola #A78F91
RGB
CMYK
RGB Variations
Color information
#A78F91 (or 0xA78F91) is known color: Viola. HEX triplet: A7, 8F and 91. RGB value is (167,143,145). Sum of RGB (Red+Green+Blue) = 167+143+145=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78F91 is #58706E. Grayscale: #969696. Windows color (decimal): -5795951 or 9539495. OLE color: 9539495.
HSL color Cylindrical-coordinate representation of color #A78F91: hue angle of 355º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A78F91 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 143 | 145 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.35 |
| HSL | 355º | 0.12% | 0.61% | - |
| HSV(B) | 355º | 0.14% | 0.65% | - |
| XYZ | 30.87 | 29.9 | 30.93 | - |
| YUV | 150.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 145 | 0 | 0.14 | 0.13 | 0.35 | 355 | 0.12 | 0.61 |
| Hex | A7 | 8F | 91 | 0 | E | D | 23 | 163 | C | 3D |
| Octal | 247 | 217 | 221 | 0 | 16 | 15 | 43 | 543 | 14 | 75 |
| Binary | 10100111 | 10001111 | 10010001 | 0 | 1110 | 1101 | 100011 | 101100011 | 1100 | 111101 |
Color Harmonies of #A78F91
Complementary color
Monochromatic Colors of #A78F91
Black with #A78F91
Text Example
Text Example
White with #A78F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78F91; }
p { color: rgb(167,143,145); }
H1.HeaderClassName
{
color: #A78F91;
}
.AnyTagClassName
{
color: #A78F91;
}
</style>
background-color css
<style>
a { background-color: #A78F91; }
a { background-color: rgb(167,143,145); }
div.DivClassName
{
background-color: #A78F91;
}
.BgClassName
{
background-color: #A78F91;
}
</style>
border-color css
<style>
span { border-color: #A78F91; }
span { border-color: rgb(167,143,145); }
td.TdClassName
{
border-color: #A78F91;
}
.TagClassName
{
border-color: #A78F91;
}
</style>