Shades of Viola #AB8E93
Tints of Viola #AB8E93
RGB
CMYK
RGB Variations
Color information
#AB8E93 (or 0xAB8E93) is known color: Viola. HEX triplet: AB, 8E and 93. RGB value is (171,142,147). Sum of RGB (Red+Green+Blue) = 171+142+147=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E93 is #54716C. Grayscale: #979797. Windows color (decimal): -5534061 or 9670315. OLE color: 9670315.
HSL color Cylindrical-coordinate representation of color #AB8E93: hue angle of 349.66º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB8E93 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 147 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.33 |
| HSL | 349.66º | 0.15% | 0.61% | - |
| HSV(B) | 349.66º | 0.17% | 0.67% | - |
| XYZ | 31.73 | 30.11 | 31.74 | - |
| YUV | 151.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 147 | 0 | 0.17 | 0.14 | 0.33 | 349.66 | 0.15 | 0.61 |
| Hex | AB | 8E | 93 | 0 | 11 | E | 21 | 15E | F | 3D |
| Octal | 253 | 216 | 223 | 0 | 21 | 16 | 41 | 536 | 17 | 75 |
| Binary | 10101011 | 10001110 | 10010011 | 0 | 10001 | 1110 | 100001 | 101011110 | 1111 | 111101 |
Color Harmonies of #AB8E93
Complementary color
Monochromatic Colors of #AB8E93
Black with #AB8E93
Text Example
Text Example
White with #AB8E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E93; }
p { color: rgb(171,142,147); }
H1.HeaderClassName
{
color: #AB8E93;
}
.AnyTagClassName
{
color: #AB8E93;
}
</style>
background-color css
<style>
a { background-color: #AB8E93; }
a { background-color: rgb(171,142,147); }
div.DivClassName
{
background-color: #AB8E93;
}
.BgClassName
{
background-color: #AB8E93;
}
</style>
border-color css
<style>
span { border-color: #AB8E93; }
span { border-color: rgb(171,142,147); }
td.TdClassName
{
border-color: #AB8E93;
}
.TagClassName
{
border-color: #AB8E93;
}
</style>