Shades of Dark Magenta #AB038F
Tints of Dark Magenta #AB038F
RGB
CMYK
RGB Variations
Color information
#AB038F (or 0xAB038F) is known color: Dark Magenta. HEX triplet: AB, 03 and 8F. RGB value is (171,3,143). Sum of RGB (Red+Green+Blue) = 171+3+143=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB038F is #54FC70. Grayscale: #444444. Windows color (decimal): -5569649 or 9372587. OLE color: 9372587.
HSL color Cylindrical-coordinate representation of color #AB038F: hue angle of 310º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB038F is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 143 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.33 |
| HSL | 310º | 0.97% | 0.34% | - |
| HSV(B) | 310º | 0.98% | 0.67% | - |
| XYZ | 21.79 | 10.71 | 26.9 | - |
| YUV | 69.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 143 | 0 | 0.98 | 0.16 | 0.33 | 310 | 0.97 | 0.34 |
| Hex | AB | 3 | 8F | 0 | 62 | 10 | 21 | 136 | 61 | 22 |
| Octal | 253 | 3 | 217 | 0 | 142 | 20 | 41 | 466 | 141 | 42 |
| Binary | 10101011 | 11 | 10001111 | 0 | 1100010 | 10000 | 100001 | 100110110 | 1100001 | 100010 |
Color Harmonies of #AB038F
Complementary color
Monochromatic Colors of #AB038F
Black with #AB038F
Text Example
Text Example
White with #AB038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB038F; }
p { color: rgb(171,3,143); }
H1.HeaderClassName
{
color: #AB038F;
}
.AnyTagClassName
{
color: #AB038F;
}
</style>
background-color css
<style>
a { background-color: #AB038F; }
a { background-color: rgb(171,3,143); }
div.DivClassName
{
background-color: #AB038F;
}
.BgClassName
{
background-color: #AB038F;
}
</style>
border-color css
<style>
span { border-color: #AB038F; }
span { border-color: rgb(171,3,143); }
td.TdClassName
{
border-color: #AB038F;
}
.TagClassName
{
border-color: #AB038F;
}
</style>