Shades of Dark Magenta #AB00A0
Tints of Dark Magenta #AB00A0
RGB
CMYK
RGB Variations
Color information
#AB00A0 (or 0xAB00A0) is known color: Dark Magenta. HEX triplet: AB, 00 and A0. RGB value is (171,0,160). Sum of RGB (Red+Green+Blue) = 171+0+160=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB00A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB00A0 is #54FF5F. Grayscale: #444444. Windows color (decimal): -5570400 or 10485931. OLE color: 10485931.
HSL color Cylindrical-coordinate representation of color #AB00A0: hue angle of 303.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00A0 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.06 | 0.33 |
| HSL | 303.86º | 1% | 0.34% | - |
| HSV(B) | 303.86º | 1% | 0.67% | - |
| XYZ | 23.14 | 11.2 | 34.2 | - |
| YUV | 69.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 160 | 0 | 1 | 0.06 | 0.33 | 303.86 | 1 | 0.34 |
| Hex | AB | 0 | A0 | 0 | 64 | 6 | 21 | 130 | 64 | 22 |
| Octal | 253 | 0 | 240 | 0 | 144 | 6 | 41 | 460 | 144 | 42 |
| Binary | 10101011 | 0 | 10100000 | 0 | 1100100 | 110 | 100001 | 100110000 | 1100100 | 100010 |
Color Harmonies of #AB00A0
Complementary color
Monochromatic Colors of #AB00A0
Black with #AB00A0
Text Example
Text Example
White with #AB00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00A0; }
p { color: rgb(171,0,160); }
H1.HeaderClassName
{
color: #AB00A0;
}
.AnyTagClassName
{
color: #AB00A0;
}
</style>
background-color css
<style>
a { background-color: #AB00A0; }
a { background-color: rgb(171,0,160); }
div.DivClassName
{
background-color: #AB00A0;
}
.BgClassName
{
background-color: #AB00A0;
}
</style>
border-color css
<style>
span { border-color: #AB00A0; }
span { border-color: rgb(171,0,160); }
td.TdClassName
{
border-color: #AB00A0;
}
.TagClassName
{
border-color: #AB00A0;
}
</style>