Shades of Violet Blue #AB59AB
Tints of Violet Blue #AB59AB
RGB
CMYK
RGB Variations
Color information
#AB59AB (or 0xAB59AB) is known color: Violet Blue. HEX triplet: AB, 59 and AB. RGB value is (171,89,171). Sum of RGB (Red+Green+Blue) = 171+89+171=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB59AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB59AB is #54A654. Grayscale: #7A7A7A. Windows color (decimal): -5547605 or 11229611. OLE color: 11229611.
HSL color Cylindrical-coordinate representation of color #AB59AB: hue angle of 300º 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 #AB59AB is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 171 | - |
| CMYK | 0 | 0.48 | 0 | 0.33 |
| HSL | 300º | 0.33% | 0.51% | - |
| HSV(B) | 300º | 0.48% | 0.67% | - |
| XYZ | 27.72 | 18.74 | 40.68 | - |
| YUV | 122.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 171 | 0 | 0.48 | 0 | 0.33 | 300 | 0.33 | 0.51 |
| Hex | AB | 59 | AB | 0 | 30 | 0 | 21 | 12C | 21 | 33 |
| Octal | 253 | 131 | 253 | 0 | 60 | 0 | 41 | 454 | 41 | 63 |
| Binary | 10101011 | 1011001 | 10101011 | 0 | 110000 | 0 | 100001 | 100101100 | 100001 | 110011 |
Color Harmonies of #AB59AB
Complementary color
Monochromatic Colors of #AB59AB
Black with #AB59AB
Text Example
Text Example
White with #AB59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59AB; }
p { color: rgb(171,89,171); }
H1.HeaderClassName
{
color: #AB59AB;
}
.AnyTagClassName
{
color: #AB59AB;
}
</style>
background-color css
<style>
a { background-color: #AB59AB; }
a { background-color: rgb(171,89,171); }
div.DivClassName
{
background-color: #AB59AB;
}
.BgClassName
{
background-color: #AB59AB;
}
</style>
border-color css
<style>
span { border-color: #AB59AB; }
span { border-color: rgb(171,89,171); }
td.TdClassName
{
border-color: #AB59AB;
}
.TagClassName
{
border-color: #AB59AB;
}
</style>