Shades of Violet Blue #AB4699
Tints of Violet Blue #AB4699
RGB
CMYK
RGB Variations
Color information
#AB4699 (or 0xAB4699) is known color: Violet Blue. HEX triplet: AB, 46 and 99. RGB value is (171,70,153). Sum of RGB (Red+Green+Blue) = 171+70+153=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4699 is #54B966. Grayscale: #6D6D6D. Windows color (decimal): -5552487 or 10045099. OLE color: 10045099.
HSL color Cylindrical-coordinate representation of color #AB4699: hue angle of 310.69º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4699 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 153 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.33 |
| HSL | 310.69º | 0.42% | 0.47% | - |
| HSV(B) | 310.69º | 0.59% | 0.67% | - |
| XYZ | 24.73 | 15.34 | 31.79 | - |
| YUV | 109.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 153 | 0 | 0.59 | 0.11 | 0.33 | 310.69 | 0.42 | 0.47 |
| Hex | AB | 46 | 99 | 0 | 3B | B | 21 | 137 | 2A | 2F |
| Octal | 253 | 106 | 231 | 0 | 73 | 13 | 41 | 467 | 52 | 57 |
| Binary | 10101011 | 1000110 | 10011001 | 0 | 111011 | 1011 | 100001 | 100110111 | 101010 | 101111 |
Color Harmonies of #AB4699
Complementary color
Monochromatic Colors of #AB4699
Black with #AB4699
Text Example
Text Example
White with #AB4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4699; }
p { color: rgb(171,70,153); }
H1.HeaderClassName
{
color: #AB4699;
}
.AnyTagClassName
{
color: #AB4699;
}
</style>
background-color css
<style>
a { background-color: #AB4699; }
a { background-color: rgb(171,70,153); }
div.DivClassName
{
background-color: #AB4699;
}
.BgClassName
{
background-color: #AB4699;
}
</style>
border-color css
<style>
span { border-color: #AB4699; }
span { border-color: rgb(171,70,153); }
td.TdClassName
{
border-color: #AB4699;
}
.TagClassName
{
border-color: #AB4699;
}
</style>