Shades of Dark Magenta #AB0699
Tints of Dark Magenta #AB0699
RGB
CMYK
RGB Variations
Color information
#AB0699 (or 0xAB0699) is known color: Dark Magenta. HEX triplet: AB, 06 and 99. RGB value is (171,6,153). Sum of RGB (Red+Green+Blue) = 171+6+153=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0699 is #54F966. Grayscale: #474747. Windows color (decimal): -5568871 or 10028715. OLE color: 10028715.
HSL color Cylindrical-coordinate representation of color #AB0699: hue angle of 306.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0699 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 153 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.33 |
| HSL | 306.55º | 0.93% | 0.35% | - |
| HSV(B) | 306.55º | 0.96% | 0.67% | - |
| XYZ | 22.61 | 11.09 | 31.09 | - |
| YUV | 72.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 153 | 0 | 0.96 | 0.11 | 0.33 | 306.55 | 0.93 | 0.35 |
| Hex | AB | 6 | 99 | 0 | 60 | B | 21 | 133 | 5D | 23 |
| Octal | 253 | 6 | 231 | 0 | 140 | 13 | 41 | 463 | 135 | 43 |
| Binary | 10101011 | 110 | 10011001 | 0 | 1100000 | 1011 | 100001 | 100110011 | 1011101 | 100011 |
Color Harmonies of #AB0699
Complementary color
Monochromatic Colors of #AB0699
Black with #AB0699
Text Example
Text Example
White with #AB0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0699; }
p { color: rgb(171,6,153); }
H1.HeaderClassName
{
color: #AB0699;
}
.AnyTagClassName
{
color: #AB0699;
}
</style>
background-color css
<style>
a { background-color: #AB0699; }
a { background-color: rgb(171,6,153); }
div.DivClassName
{
background-color: #AB0699;
}
.BgClassName
{
background-color: #AB0699;
}
</style>
border-color css
<style>
span { border-color: #AB0699; }
span { border-color: rgb(171,6,153); }
td.TdClassName
{
border-color: #AB0699;
}
.TagClassName
{
border-color: #AB0699;
}
</style>