Shades of Violet Blue #AB5699
Tints of Violet Blue #AB5699
RGB
CMYK
RGB Variations
Color information
#AB5699 (or 0xAB5699) is known color: Violet Blue. HEX triplet: AB, 56 and 99. RGB value is (171,86,153). Sum of RGB (Red+Green+Blue) = 171+86+153=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5699 is #54A966. Grayscale: #767676. Windows color (decimal): -5548391 or 10049195. OLE color: 10049195.
HSL color Cylindrical-coordinate representation of color #AB5699: hue angle of 312.71º 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 #AB5699 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 153 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.33 |
| HSL | 312.71º | 0.34% | 0.5% | - |
| HSV(B) | 312.71º | 0.5% | 0.67% | - |
| XYZ | 25.87 | 17.61 | 32.17 | - |
| YUV | 119.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 153 | 0 | 0.50 | 0.11 | 0.33 | 312.71 | 0.34 | 0.5 |
| Hex | AB | 56 | 99 | 0 | 32 | B | 21 | 139 | 22 | 32 |
| Octal | 253 | 126 | 231 | 0 | 62 | 13 | 41 | 471 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10011001 | 0 | 110010 | 1011 | 100001 | 100111001 | 100010 | 110010 |
Color Harmonies of #AB5699
Complementary color
Monochromatic Colors of #AB5699
Black with #AB5699
Text Example
Text Example
White with #AB5699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5699; }
p { color: rgb(171,86,153); }
H1.HeaderClassName
{
color: #AB5699;
}
.AnyTagClassName
{
color: #AB5699;
}
</style>
background-color css
<style>
a { background-color: #AB5699; }
a { background-color: rgb(171,86,153); }
div.DivClassName
{
background-color: #AB5699;
}
.BgClassName
{
background-color: #AB5699;
}
</style>
border-color css
<style>
span { border-color: #AB5699; }
span { border-color: rgb(171,86,153); }
td.TdClassName
{
border-color: #AB5699;
}
.TagClassName
{
border-color: #AB5699;
}
</style>