Shades of Violet Blue #AB5997
Tints of Violet Blue #AB5997
RGB
CMYK
RGB Variations
Color information
#AB5997 (or 0xAB5997) is known color: Violet Blue. HEX triplet: AB, 59 and 97. RGB value is (171,89,151). Sum of RGB (Red+Green+Blue) = 171+89+151=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5997 is #54A668. Grayscale: #787878. Windows color (decimal): -5547625 or 9918891. OLE color: 9918891.
HSL color Cylindrical-coordinate representation of color #AB5997: hue angle of 314.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5997 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 151 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.33 |
| HSL | 314.63º | 0.33% | 0.51% | - |
| HSV(B) | 314.63º | 0.48% | 0.67% | - |
| XYZ | 25.95 | 18.04 | 31.39 | - |
| YUV | 120.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 151 | 0 | 0.48 | 0.12 | 0.33 | 314.63 | 0.33 | 0.51 |
| Hex | AB | 59 | 97 | 0 | 30 | C | 21 | 13B | 21 | 33 |
| Octal | 253 | 131 | 227 | 0 | 60 | 14 | 41 | 473 | 41 | 63 |
| Binary | 10101011 | 1011001 | 10010111 | 0 | 110000 | 1100 | 100001 | 100111011 | 100001 | 110011 |
Color Harmonies of #AB5997
Complementary color
Monochromatic Colors of #AB5997
Black with #AB5997
Text Example
Text Example
White with #AB5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5997; }
p { color: rgb(171,89,151); }
H1.HeaderClassName
{
color: #AB5997;
}
.AnyTagClassName
{
color: #AB5997;
}
</style>
background-color css
<style>
a { background-color: #AB5997; }
a { background-color: rgb(171,89,151); }
div.DivClassName
{
background-color: #AB5997;
}
.BgClassName
{
background-color: #AB5997;
}
</style>
border-color css
<style>
span { border-color: #AB5997; }
span { border-color: rgb(171,89,151); }
td.TdClassName
{
border-color: #AB5997;
}
.TagClassName
{
border-color: #AB5997;
}
</style>