Shades of Dark Magenta #AB00AB
Tints of Dark Magenta #AB00AB
RGB
CMYK
RGB Variations
Color information
#AB00AB (or 0xAB00AB) is known color: Dark Magenta. HEX triplet: AB, 00 and AB. RGB value is (171,0,171). Sum of RGB (Red+Green+Blue) = 171+0+171=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB00AB is #54FF54. Grayscale: #464646. Windows color (decimal): -5570389 or 11206827. OLE color: 11206827.
HSL color Cylindrical-coordinate representation of color #AB00AB: hue angle of 300º 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 #AB00AB is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 171 | - |
| CMYK | 0 | 1 | 0 | 0.33 |
| HSL | 300º | 1% | 0.34% | - |
| HSV(B) | 300º | 1% | 0.67% | - |
| XYZ | 24.15 | 11.6 | 39.49 | - |
| YUV | 70.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 171 | 0 | 1 | 0 | 0.33 | 300 | 1 | 0.34 |
| Hex | AB | 0 | AB | 0 | 64 | 0 | 21 | 12C | 64 | 22 |
| Octal | 253 | 0 | 253 | 0 | 144 | 0 | 41 | 454 | 144 | 42 |
| Binary | 10101011 | 0 | 10101011 | 0 | 1100100 | 0 | 100001 | 100101100 | 1100100 | 100010 |
Color Harmonies of #AB00AB
Complementary color
Monochromatic Colors of #AB00AB
Black with #AB00AB
Text Example
Text Example
White with #AB00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00AB; }
p { color: rgb(171,0,171); }
H1.HeaderClassName
{
color: #AB00AB;
}
.AnyTagClassName
{
color: #AB00AB;
}
</style>
background-color css
<style>
a { background-color: #AB00AB; }
a { background-color: rgb(171,0,171); }
div.DivClassName
{
background-color: #AB00AB;
}
.BgClassName
{
background-color: #AB00AB;
}
</style>
border-color css
<style>
span { border-color: #AB00AB; }
span { border-color: rgb(171,0,171); }
td.TdClassName
{
border-color: #AB00AB;
}
.TagClassName
{
border-color: #AB00AB;
}
</style>