Shades of Dark Magenta #AB008A
Tints of Dark Magenta #AB008A
RGB
CMYK
RGB Variations
Color information
#AB008A (or 0xAB008A) is known color: Dark Magenta. HEX triplet: AB, 00 and 8A. RGB value is (171,0,138). Sum of RGB (Red+Green+Blue) = 171+0+138=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB008A is #54FF75. Grayscale: #424242. Windows color (decimal): -5570422 or 9044139. OLE color: 9044139.
HSL color Cylindrical-coordinate representation of color #AB008A: hue angle of 311.58º 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 #AB008A is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.19 | 0.33 |
| HSL | 311.58º | 1% | 0.34% | - |
| HSV(B) | 311.58º | 1% | 0.67% | - |
| XYZ | 21.38 | 10.49 | 24.94 | - |
| YUV | 66.86 | 168.15 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 138 | 0 | 1 | 0.19 | 0.33 | 311.58 | 1 | 0.34 |
| Hex | AB | 0 | 8A | 0 | 64 | 13 | 21 | 138 | 64 | 22 |
| Octal | 253 | 0 | 212 | 0 | 144 | 23 | 41 | 470 | 144 | 42 |
| Binary | 10101011 | 0 | 10001010 | 0 | 1100100 | 10011 | 100001 | 100111000 | 1100100 | 100010 |
Color Harmonies of #AB008A
Complementary color
Monochromatic Colors of #AB008A
Black with #AB008A
Text Example
Text Example
White with #AB008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB008A; }
p { color: rgb(171,0,138); }
H1.HeaderClassName
{
color: #AB008A;
}
.AnyTagClassName
{
color: #AB008A;
}
</style>
background-color css
<style>
a { background-color: #AB008A; }
a { background-color: rgb(171,0,138); }
div.DivClassName
{
background-color: #AB008A;
}
.BgClassName
{
background-color: #AB008A;
}
</style>
border-color css
<style>
span { border-color: #AB008A; }
span { border-color: rgb(171,0,138); }
td.TdClassName
{
border-color: #AB008A;
}
.TagClassName
{
border-color: #AB008A;
}
</style>