Shades of Viola #AB979B
Tints of Viola #AB979B
RGB
CMYK
RGB Variations
Color information
#AB979B (or 0xAB979B) is known color: Viola. HEX triplet: AB, 97 and 9B. RGB value is (171,151,155). Sum of RGB (Red+Green+Blue) = 171+151+155=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB979B is #546864. Grayscale: #9D9D9D. Windows color (decimal): -5531749 or 10196907. OLE color: 10196907.
HSL color Cylindrical-coordinate representation of color #AB979B: hue angle of 348º 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 #AB979B is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 155 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.33 |
| HSL | 348º | 0.11% | 0.63% | - |
| HSV(B) | 348º | 0.12% | 0.67% | - |
| XYZ | 33.78 | 33.16 | 35.63 | - |
| YUV | 157.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 155 | 0 | 0.12 | 0.09 | 0.33 | 348 | 0.11 | 0.63 |
| Hex | AB | 97 | 9B | 0 | C | 9 | 21 | 15C | B | 3F |
| Octal | 253 | 227 | 233 | 0 | 14 | 11 | 41 | 534 | 13 | 77 |
| Binary | 10101011 | 10010111 | 10011011 | 0 | 1100 | 1001 | 100001 | 101011100 | 1011 | 111111 |
Color Harmonies of #AB979B
Complementary color
Monochromatic Colors of #AB979B
Black with #AB979B
Text Example
Text Example
White with #AB979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB979B; }
p { color: rgb(171,151,155); }
H1.HeaderClassName
{
color: #AB979B;
}
.AnyTagClassName
{
color: #AB979B;
}
</style>
background-color css
<style>
a { background-color: #AB979B; }
a { background-color: rgb(171,151,155); }
div.DivClassName
{
background-color: #AB979B;
}
.BgClassName
{
background-color: #AB979B;
}
</style>
border-color css
<style>
span { border-color: #AB979B; }
span { border-color: rgb(171,151,155); }
td.TdClassName
{
border-color: #AB979B;
}
.TagClassName
{
border-color: #AB979B;
}
</style>