Shades of Viola #AB9293
Tints of Viola #AB9293
RGB
CMYK
RGB Variations
Color information
#AB9293 (or 0xAB9293) is known color: Viola. HEX triplet: AB, 92 and 93. RGB value is (171,146,147). Sum of RGB (Red+Green+Blue) = 171+146+147=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9293 is #546D6C. Grayscale: #999999. Windows color (decimal): -5533037 or 9671339. OLE color: 9671339.
HSL color Cylindrical-coordinate representation of color #AB9293: hue angle of 357.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9293 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 147 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.33 |
| HSL | 357.6º | 0.13% | 0.62% | - |
| HSV(B) | 357.6º | 0.15% | 0.67% | - |
| XYZ | 32.34 | 31.32 | 31.95 | - |
| YUV | 153.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 147 | 0 | 0.15 | 0.14 | 0.33 | 357.6 | 0.13 | 0.62 |
| Hex | AB | 92 | 93 | 0 | F | E | 21 | 166 | D | 3E |
| Octal | 253 | 222 | 223 | 0 | 17 | 16 | 41 | 546 | 15 | 76 |
| Binary | 10101011 | 10010010 | 10010011 | 0 | 1111 | 1110 | 100001 | 101100110 | 1101 | 111110 |
Color Harmonies of #AB9293
Complementary color
Monochromatic Colors of #AB9293
Black with #AB9293
Text Example
Text Example
White with #AB9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9293; }
p { color: rgb(171,146,147); }
H1.HeaderClassName
{
color: #AB9293;
}
.AnyTagClassName
{
color: #AB9293;
}
</style>
background-color css
<style>
a { background-color: #AB9293; }
a { background-color: rgb(171,146,147); }
div.DivClassName
{
background-color: #AB9293;
}
.BgClassName
{
background-color: #AB9293;
}
</style>
border-color css
<style>
span { border-color: #AB9293; }
span { border-color: rgb(171,146,147); }
td.TdClassName
{
border-color: #AB9293;
}
.TagClassName
{
border-color: #AB9293;
}
</style>