Shades of Violet Blue #AB539F
Tints of Violet Blue #AB539F
RGB
CMYK
RGB Variations
Color information
#AB539F (or 0xAB539F) is known color: Violet Blue. HEX triplet: AB, 53 and 9F. RGB value is (171,83,159). Sum of RGB (Red+Green+Blue) = 171+83+159=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB539F is #54AC60. Grayscale: #757575. Windows color (decimal): -5549153 or 10441643. OLE color: 10441643.
HSL color Cylindrical-coordinate representation of color #AB539F: hue angle of 308.18º 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 #AB539F is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 159 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.33 |
| HSL | 308.18º | 0.35% | 0.5% | - |
| HSV(B) | 308.18º | 0.51% | 0.67% | - |
| XYZ | 26.15 | 17.35 | 34.77 | - |
| YUV | 117.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 159 | 0 | 0.51 | 0.07 | 0.33 | 308.18 | 0.35 | 0.5 |
| Hex | AB | 53 | 9F | 0 | 33 | 7 | 21 | 134 | 23 | 32 |
| Octal | 253 | 123 | 237 | 0 | 63 | 7 | 41 | 464 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10011111 | 0 | 110011 | 111 | 100001 | 100110100 | 100011 | 110010 |
Color Harmonies of #AB539F
Complementary color
Monochromatic Colors of #AB539F
Black with #AB539F
Text Example
Text Example
White with #AB539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB539F; }
p { color: rgb(171,83,159); }
H1.HeaderClassName
{
color: #AB539F;
}
.AnyTagClassName
{
color: #AB539F;
}
</style>
background-color css
<style>
a { background-color: #AB539F; }
a { background-color: rgb(171,83,159); }
div.DivClassName
{
background-color: #AB539F;
}
.BgClassName
{
background-color: #AB539F;
}
</style>
border-color css
<style>
span { border-color: #AB539F; }
span { border-color: rgb(171,83,159); }
td.TdClassName
{
border-color: #AB539F;
}
.TagClassName
{
border-color: #AB539F;
}
</style>