Shades of Violet Blue #AB559C
Tints of Violet Blue #AB559C
RGB
CMYK
RGB Variations
Color information
#AB559C (or 0xAB559C) is known color: Violet Blue. HEX triplet: AB, 55 and 9C. RGB value is (171,85,156). Sum of RGB (Red+Green+Blue) = 171+85+156=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB559C is #54AA63. Grayscale: #767676. Windows color (decimal): -5548644 or 10245547. OLE color: 10245547.
HSL color Cylindrical-coordinate representation of color #AB559C: hue angle of 310.47º 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 #AB559C is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 156 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.33 |
| HSL | 310.47º | 0.34% | 0.5% | - |
| HSV(B) | 310.47º | 0.5% | 0.67% | - |
| XYZ | 26.04 | 17.56 | 33.47 | - |
| YUV | 118.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 156 | 0 | 0.50 | 0.09 | 0.33 | 310.47 | 0.34 | 0.5 |
| Hex | AB | 55 | 9C | 0 | 32 | 9 | 21 | 136 | 22 | 32 |
| Octal | 253 | 125 | 234 | 0 | 62 | 11 | 41 | 466 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10011100 | 0 | 110010 | 1001 | 100001 | 100110110 | 100010 | 110010 |
Color Harmonies of #AB559C
Complementary color
Monochromatic Colors of #AB559C
Black with #AB559C
Text Example
Text Example
White with #AB559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB559C; }
p { color: rgb(171,85,156); }
H1.HeaderClassName
{
color: #AB559C;
}
.AnyTagClassName
{
color: #AB559C;
}
</style>
background-color css
<style>
a { background-color: #AB559C; }
a { background-color: rgb(171,85,156); }
div.DivClassName
{
background-color: #AB559C;
}
.BgClassName
{
background-color: #AB559C;
}
</style>
border-color css
<style>
span { border-color: #AB559C; }
span { border-color: rgb(171,85,156); }
td.TdClassName
{
border-color: #AB559C;
}
.TagClassName
{
border-color: #AB559C;
}
</style>