Shades of Violet Blue #AB539B
Tints of Violet Blue #AB539B
RGB
CMYK
RGB Variations
Color information
#AB539B (or 0xAB539B) is known color: Violet Blue. HEX triplet: AB, 53 and 9B. RGB value is (171,83,155). Sum of RGB (Red+Green+Blue) = 171+83+155=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB539B is #54AC64. Grayscale: #757575. Windows color (decimal): -5549157 or 10179499. OLE color: 10179499.
HSL color Cylindrical-coordinate representation of color #AB539B: hue angle of 310.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB539B is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 155 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.33 |
| HSL | 310.91º | 0.35% | 0.5% | - |
| HSV(B) | 310.91º | 0.51% | 0.67% | - |
| XYZ | 25.8 | 17.21 | 32.97 | - |
| YUV | 117.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 155 | 0 | 0.51 | 0.09 | 0.33 | 310.91 | 0.35 | 0.5 |
| Hex | AB | 53 | 9B | 0 | 33 | 9 | 21 | 137 | 23 | 32 |
| Octal | 253 | 123 | 233 | 0 | 63 | 11 | 41 | 467 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10011011 | 0 | 110011 | 1001 | 100001 | 100110111 | 100011 | 110010 |
Color Harmonies of #AB539B
Complementary color
Monochromatic Colors of #AB539B
Black with #AB539B
Text Example
Text Example
White with #AB539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB539B; }
p { color: rgb(171,83,155); }
H1.HeaderClassName
{
color: #AB539B;
}
.AnyTagClassName
{
color: #AB539B;
}
</style>
background-color css
<style>
a { background-color: #AB539B; }
a { background-color: rgb(171,83,155); }
div.DivClassName
{
background-color: #AB539B;
}
.BgClassName
{
background-color: #AB539B;
}
</style>
border-color css
<style>
span { border-color: #AB539B; }
span { border-color: rgb(171,83,155); }
td.TdClassName
{
border-color: #AB539B;
}
.TagClassName
{
border-color: #AB539B;
}
</style>