Shades of Violet Blue #AB559D
Tints of Violet Blue #AB559D
RGB
CMYK
RGB Variations
Color information
#AB559D (or 0xAB559D) is known color: Violet Blue. HEX triplet: AB, 55 and 9D. RGB value is (171,85,157). Sum of RGB (Red+Green+Blue) = 171+85+157=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB559D is #54AA62. Grayscale: #767676. Windows color (decimal): -5548643 or 10311083. OLE color: 10311083.
HSL color Cylindrical-coordinate representation of color #AB559D: hue angle of 309.77º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB559D is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 157 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.33 |
| HSL | 309.77º | 0.34% | 0.5% | - |
| HSV(B) | 309.77º | 0.5% | 0.67% | - |
| XYZ | 26.13 | 17.59 | 33.92 | - |
| YUV | 118.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 157 | 0 | 0.50 | 0.08 | 0.33 | 309.77 | 0.34 | 0.5 |
| Hex | AB | 55 | 9D | 0 | 32 | 8 | 21 | 136 | 22 | 32 |
| Octal | 253 | 125 | 235 | 0 | 62 | 10 | 41 | 466 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10011101 | 0 | 110010 | 1000 | 100001 | 100110110 | 100010 | 110010 |
Color Harmonies of #AB559D
Complementary color
Monochromatic Colors of #AB559D
Black with #AB559D
Text Example
Text Example
White with #AB559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB559D; }
p { color: rgb(171,85,157); }
H1.HeaderClassName
{
color: #AB559D;
}
.AnyTagClassName
{
color: #AB559D;
}
</style>
background-color css
<style>
a { background-color: #AB559D; }
a { background-color: rgb(171,85,157); }
div.DivClassName
{
background-color: #AB559D;
}
.BgClassName
{
background-color: #AB559D;
}
</style>
border-color css
<style>
span { border-color: #AB559D; }
span { border-color: rgb(171,85,157); }
td.TdClassName
{
border-color: #AB559D;
}
.TagClassName
{
border-color: #AB559D;
}
</style>