Shades of Viola #AB989A
Tints of Viola #AB989A
RGB
CMYK
RGB Variations
Color information
#AB989A (or 0xAB989A) is known color: Viola. HEX triplet: AB, 98 and 9A. RGB value is (171,152,154). Sum of RGB (Red+Green+Blue) = 171+152+154=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB989A is #546765. Grayscale: #9D9D9D. Windows color (decimal): -5531494 or 10131627. OLE color: 10131627.
HSL color Cylindrical-coordinate representation of color #AB989A: hue angle of 353.68º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB989A is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 154 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.33 |
| HSL | 353.68º | 0.1% | 0.63% | - |
| HSV(B) | 353.68º | 0.11% | 0.67% | - |
| XYZ | 33.86 | 33.45 | 35.24 | - |
| YUV | 157.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 154 | 0 | 0.11 | 0.10 | 0.33 | 353.68 | 0.1 | 0.63 |
| Hex | AB | 98 | 9A | 0 | B | A | 21 | 162 | A | 3F |
| Octal | 253 | 230 | 232 | 0 | 13 | 12 | 41 | 542 | 12 | 77 |
| Binary | 10101011 | 10011000 | 10011010 | 0 | 1011 | 1010 | 100001 | 101100010 | 1010 | 111111 |
Color Harmonies of #AB989A
Complementary color
Monochromatic Colors of #AB989A
Black with #AB989A
Text Example
Text Example
White with #AB989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB989A; }
p { color: rgb(171,152,154); }
H1.HeaderClassName
{
color: #AB989A;
}
.AnyTagClassName
{
color: #AB989A;
}
</style>
background-color css
<style>
a { background-color: #AB989A; }
a { background-color: rgb(171,152,154); }
div.DivClassName
{
background-color: #AB989A;
}
.BgClassName
{
background-color: #AB989A;
}
</style>
border-color css
<style>
span { border-color: #AB989A; }
span { border-color: rgb(171,152,154); }
td.TdClassName
{
border-color: #AB989A;
}
.TagClassName
{
border-color: #AB989A;
}
</style>