Shades of Viola #AB9799
Tints of Viola #AB9799
RGB
CMYK
RGB Variations
Color information
#AB9799 (or 0xAB9799) is known color: Viola. HEX triplet: AB, 97 and 99. RGB value is (171,151,153). Sum of RGB (Red+Green+Blue) = 171+151+153=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9799 is #546866. Grayscale: #9D9D9D. Windows color (decimal): -5531751 or 10065835. OLE color: 10065835.
HSL color Cylindrical-coordinate representation of color #AB9799: hue angle of 354º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB9799 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 153 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.33 |
| HSL | 354º | 0.11% | 0.63% | - |
| HSV(B) | 354º | 0.12% | 0.67% | - |
| XYZ | 33.61 | 33.09 | 34.75 | - |
| YUV | 157.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 153 | 0 | 0.12 | 0.11 | 0.33 | 354 | 0.11 | 0.63 |
| Hex | AB | 97 | 99 | 0 | C | B | 21 | 162 | B | 3F |
| Octal | 253 | 227 | 231 | 0 | 14 | 13 | 41 | 542 | 13 | 77 |
| Binary | 10101011 | 10010111 | 10011001 | 0 | 1100 | 1011 | 100001 | 101100010 | 1011 | 111111 |
Color Harmonies of #AB9799
Complementary color
Monochromatic Colors of #AB9799
Black with #AB9799
Text Example
Text Example
White with #AB9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9799; }
p { color: rgb(171,151,153); }
H1.HeaderClassName
{
color: #AB9799;
}
.AnyTagClassName
{
color: #AB9799;
}
</style>
background-color css
<style>
a { background-color: #AB9799; }
a { background-color: rgb(171,151,153); }
div.DivClassName
{
background-color: #AB9799;
}
.BgClassName
{
background-color: #AB9799;
}
</style>
border-color css
<style>
span { border-color: #AB9799; }
span { border-color: rgb(171,151,153); }
td.TdClassName
{
border-color: #AB9799;
}
.TagClassName
{
border-color: #AB9799;
}
</style>