Shades of Dark Magenta #AB08A0
Tints of Dark Magenta #AB08A0
RGB
CMYK
RGB Variations
Color information
#AB08A0 (or 0xAB08A0) is known color: Dark Magenta. HEX triplet: AB, 08 and A0. RGB value is (171,8,160). Sum of RGB (Red+Green+Blue) = 171+8+160=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB08A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB08A0 is #54F75F. Grayscale: #494949. Windows color (decimal): -5568352 or 10487979. OLE color: 10487979.
HSL color Cylindrical-coordinate representation of color #AB08A0: hue angle of 304.05º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB08A0 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 160 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.33 |
| HSL | 304.05º | 0.91% | 0.35% | - |
| HSV(B) | 304.05º | 0.95% | 0.67% | - |
| XYZ | 23.23 | 11.37 | 34.23 | - |
| YUV | 74.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 160 | 0 | 0.95 | 0.06 | 0.33 | 304.05 | 0.91 | 0.35 |
| Hex | AB | 8 | A0 | 0 | 5F | 6 | 21 | 130 | 5B | 23 |
| Octal | 253 | 10 | 240 | 0 | 137 | 6 | 41 | 460 | 133 | 43 |
| Binary | 10101011 | 1000 | 10100000 | 0 | 1011111 | 110 | 100001 | 100110000 | 1011011 | 100011 |
Color Harmonies of #AB08A0
Complementary color
Monochromatic Colors of #AB08A0
Black with #AB08A0
Text Example
Text Example
White with #AB08A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08A0; }
p { color: rgb(171,8,160); }
H1.HeaderClassName
{
color: #AB08A0;
}
.AnyTagClassName
{
color: #AB08A0;
}
</style>
background-color css
<style>
a { background-color: #AB08A0; }
a { background-color: rgb(171,8,160); }
div.DivClassName
{
background-color: #AB08A0;
}
.BgClassName
{
background-color: #AB08A0;
}
</style>
border-color css
<style>
span { border-color: #AB08A0; }
span { border-color: rgb(171,8,160); }
td.TdClassName
{
border-color: #AB08A0;
}
.TagClassName
{
border-color: #AB08A0;
}
</style>