Shades of Violet Blue #AB5993
Tints of Violet Blue #AB5993
RGB
CMYK
RGB Variations
Color information
#AB5993 (or 0xAB5993) is known color: Violet Blue. HEX triplet: AB, 59 and 93. RGB value is (171,89,147). Sum of RGB (Red+Green+Blue) = 171+89+147=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5993 is #54A66C. Grayscale: #777777. Windows color (decimal): -5547629 or 9656747. OLE color: 9656747.
HSL color Cylindrical-coordinate representation of color #AB5993: hue angle of 317.56º 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 #AB5993 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 147 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.33 |
| HSL | 317.56º | 0.33% | 0.51% | - |
| HSV(B) | 317.56º | 0.48% | 0.67% | - |
| XYZ | 25.63 | 17.91 | 29.71 | - |
| YUV | 120.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 147 | 0 | 0.48 | 0.14 | 0.33 | 317.56 | 0.33 | 0.51 |
| Hex | AB | 59 | 93 | 0 | 30 | E | 21 | 13E | 21 | 33 |
| Octal | 253 | 131 | 223 | 0 | 60 | 16 | 41 | 476 | 41 | 63 |
| Binary | 10101011 | 1011001 | 10010011 | 0 | 110000 | 1110 | 100001 | 100111110 | 100001 | 110011 |
Color Harmonies of #AB5993
Complementary color
Monochromatic Colors of #AB5993
Black with #AB5993
Text Example
Text Example
White with #AB5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5993; }
p { color: rgb(171,89,147); }
H1.HeaderClassName
{
color: #AB5993;
}
.AnyTagClassName
{
color: #AB5993;
}
</style>
background-color css
<style>
a { background-color: #AB5993; }
a { background-color: rgb(171,89,147); }
div.DivClassName
{
background-color: #AB5993;
}
.BgClassName
{
background-color: #AB5993;
}
</style>
border-color css
<style>
span { border-color: #AB5993; }
span { border-color: rgb(171,89,147); }
td.TdClassName
{
border-color: #AB5993;
}
.TagClassName
{
border-color: #AB5993;
}
</style>