Shades of Dark Magenta #AB07A8
Tints of Dark Magenta #AB07A8
RGB
CMYK
RGB Variations
Color information
#AB07A8 (or 0xAB07A8) is known color: Dark Magenta. HEX triplet: AB, 07 and A8. RGB value is (171,7,168). Sum of RGB (Red+Green+Blue) = 171+7+168=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB07A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB07A8 is #54F857. Grayscale: #494949. Windows color (decimal): -5568600 or 11012011. OLE color: 11012011.
HSL color Cylindrical-coordinate representation of color #AB07A8: hue angle of 301.1º degrees, saturation: 0.92, 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 #AB07A8 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 168 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.33 |
| HSL | 301.1º | 0.92% | 0.35% | - |
| HSV(B) | 301.1º | 0.96% | 0.67% | - |
| XYZ | 23.94 | 11.64 | 38.03 | - |
| YUV | 74.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 168 | 0 | 0.96 | 0.02 | 0.33 | 301.1 | 0.92 | 0.35 |
| Hex | AB | 7 | A8 | 0 | 60 | 2 | 21 | 12D | 5C | 23 |
| Octal | 253 | 7 | 250 | 0 | 140 | 2 | 41 | 455 | 134 | 43 |
| Binary | 10101011 | 111 | 10101000 | 0 | 1100000 | 10 | 100001 | 100101101 | 1011100 | 100011 |
Color Harmonies of #AB07A8
Complementary color
Monochromatic Colors of #AB07A8
Black with #AB07A8
Text Example
Text Example
White with #AB07A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07A8; }
p { color: rgb(171,7,168); }
H1.HeaderClassName
{
color: #AB07A8;
}
.AnyTagClassName
{
color: #AB07A8;
}
</style>
background-color css
<style>
a { background-color: #AB07A8; }
a { background-color: rgb(171,7,168); }
div.DivClassName
{
background-color: #AB07A8;
}
.BgClassName
{
background-color: #AB07A8;
}
</style>
border-color css
<style>
span { border-color: #AB07A8; }
span { border-color: rgb(171,7,168); }
td.TdClassName
{
border-color: #AB07A8;
}
.TagClassName
{
border-color: #AB07A8;
}
</style>