Shades of Violet Blue #AB59A0
Tints of Violet Blue #AB59A0
RGB
CMYK
RGB Variations
Color information
#AB59A0 (or 0xAB59A0) is known color: Violet Blue. HEX triplet: AB, 59 and A0. RGB value is (171,89,160). Sum of RGB (Red+Green+Blue) = 171+89+160=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB59A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB59A0 is #54A65F. Grayscale: #797979. Windows color (decimal): -5547616 or 10508715. OLE color: 10508715.
HSL color Cylindrical-coordinate representation of color #AB59A0: hue angle of 308.05º 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 #AB59A0 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 160 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.33 |
| HSL | 308.05º | 0.33% | 0.51% | - |
| HSV(B) | 308.05º | 0.48% | 0.67% | - |
| XYZ | 26.71 | 18.34 | 35.39 | - |
| YUV | 121.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 160 | 0 | 0.48 | 0.06 | 0.33 | 308.05 | 0.33 | 0.51 |
| Hex | AB | 59 | A0 | 0 | 30 | 6 | 21 | 134 | 21 | 33 |
| Octal | 253 | 131 | 240 | 0 | 60 | 6 | 41 | 464 | 41 | 63 |
| Binary | 10101011 | 1011001 | 10100000 | 0 | 110000 | 110 | 100001 | 100110100 | 100001 | 110011 |
Color Harmonies of #AB59A0
Complementary color
Monochromatic Colors of #AB59A0
Black with #AB59A0
Text Example
Text Example
White with #AB59A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59A0; }
p { color: rgb(171,89,160); }
H1.HeaderClassName
{
color: #AB59A0;
}
.AnyTagClassName
{
color: #AB59A0;
}
</style>
background-color css
<style>
a { background-color: #AB59A0; }
a { background-color: rgb(171,89,160); }
div.DivClassName
{
background-color: #AB59A0;
}
.BgClassName
{
background-color: #AB59A0;
}
</style>
border-color css
<style>
span { border-color: #AB59A0; }
span { border-color: rgb(171,89,160); }
td.TdClassName
{
border-color: #AB59A0;
}
.TagClassName
{
border-color: #AB59A0;
}
</style>