Shades of Viola #AB9394
Tints of Viola #AB9394
RGB
CMYK
RGB Variations
Color information
#AB9394 (or 0xAB9394) is known color: Viola. HEX triplet: AB, 93 and 94. RGB value is (171,147,148). Sum of RGB (Red+Green+Blue) = 171+147+148=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9394 is #546C6B. Grayscale: #9A9A9A. Windows color (decimal): -5532780 or 9737131. OLE color: 9737131.
HSL color Cylindrical-coordinate representation of color #AB9394: hue angle of 357.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB9394 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 148 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.33 |
| HSL | 357.5º | 0.13% | 0.62% | - |
| HSV(B) | 357.5º | 0.14% | 0.67% | - |
| XYZ | 32.57 | 31.66 | 32.41 | - |
| YUV | 154.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 148 | 0 | 0.14 | 0.13 | 0.33 | 357.5 | 0.13 | 0.62 |
| Hex | AB | 93 | 94 | 0 | E | D | 21 | 166 | C | 3E |
| Octal | 253 | 223 | 224 | 0 | 16 | 15 | 41 | 546 | 14 | 76 |
| Binary | 10101011 | 10010011 | 10010100 | 0 | 1110 | 1101 | 100001 | 101100110 | 1100 | 111110 |
Color Harmonies of #AB9394
Complementary color
Monochromatic Colors of #AB9394
Black with #AB9394
Text Example
Text Example
White with #AB9394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9394; }
p { color: rgb(171,147,148); }
H1.HeaderClassName
{
color: #AB9394;
}
.AnyTagClassName
{
color: #AB9394;
}
</style>
background-color css
<style>
a { background-color: #AB9394; }
a { background-color: rgb(171,147,148); }
div.DivClassName
{
background-color: #AB9394;
}
.BgClassName
{
background-color: #AB9394;
}
</style>
border-color css
<style>
span { border-color: #AB9394; }
span { border-color: rgb(171,147,148); }
td.TdClassName
{
border-color: #AB9394;
}
.TagClassName
{
border-color: #AB9394;
}
</style>