Shades of Violet Blue #AB5995
Tints of Violet Blue #AB5995
RGB
CMYK
RGB Variations
Color information
#AB5995 (or 0xAB5995) is known color: Violet Blue. HEX triplet: AB, 59 and 95. RGB value is (171,89,149). Sum of RGB (Red+Green+Blue) = 171+89+149=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5995 is #54A66A. Grayscale: #787878. Windows color (decimal): -5547627 or 9787819. OLE color: 9787819.
HSL color Cylindrical-coordinate representation of color #AB5995: hue angle of 316.1º 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 #AB5995 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 149 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.33 |
| HSL | 316.1º | 0.33% | 0.51% | - |
| HSV(B) | 316.1º | 0.48% | 0.67% | - |
| XYZ | 25.79 | 17.97 | 30.54 | - |
| YUV | 120.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 149 | 0 | 0.48 | 0.13 | 0.33 | 316.1 | 0.33 | 0.51 |
| Hex | AB | 59 | 95 | 0 | 30 | D | 21 | 13C | 21 | 33 |
| Octal | 253 | 131 | 225 | 0 | 60 | 15 | 41 | 474 | 41 | 63 |
| Binary | 10101011 | 1011001 | 10010101 | 0 | 110000 | 1101 | 100001 | 100111100 | 100001 | 110011 |
Color Harmonies of #AB5995
Complementary color
Monochromatic Colors of #AB5995
Black with #AB5995
Text Example
Text Example
White with #AB5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5995; }
p { color: rgb(171,89,149); }
H1.HeaderClassName
{
color: #AB5995;
}
.AnyTagClassName
{
color: #AB5995;
}
</style>
background-color css
<style>
a { background-color: #AB5995; }
a { background-color: rgb(171,89,149); }
div.DivClassName
{
background-color: #AB5995;
}
.BgClassName
{
background-color: #AB5995;
}
</style>
border-color css
<style>
span { border-color: #AB5995; }
span { border-color: rgb(171,89,149); }
td.TdClassName
{
border-color: #AB5995;
}
.TagClassName
{
border-color: #AB5995;
}
</style>