Shades of Dark Magenta #AB1EA5
Tints of Dark Magenta #AB1EA5
RGB
CMYK
RGB Variations
Color information
#AB1EA5 (or 0xAB1EA5) is known color: Dark Magenta. HEX triplet: AB, 1E and A5. RGB value is (171,30,165). Sum of RGB (Red+Green+Blue) = 171+30+165=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1EA5 is #54E15A. Grayscale: #575757. Windows color (decimal): -5562715 or 10821291. OLE color: 10821291.
HSL color Cylindrical-coordinate representation of color #AB1EA5: hue angle of 302.55º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1EA5 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 165 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.33 |
| HSL | 302.55º | 0.7% | 0.39% | - |
| HSV(B) | 302.55º | 0.82% | 0.67% | - |
| XYZ | 24.05 | 12.3 | 36.7 | - |
| YUV | 87.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 165 | 0 | 0.82 | 0.04 | 0.33 | 302.55 | 0.7 | 0.39 |
| Hex | AB | 1E | A5 | 0 | 52 | 4 | 21 | 12F | 46 | 27 |
| Octal | 253 | 36 | 245 | 0 | 122 | 4 | 41 | 457 | 106 | 47 |
| Binary | 10101011 | 11110 | 10100101 | 0 | 1010010 | 100 | 100001 | 100101111 | 1000110 | 100111 |
Color Harmonies of #AB1EA5
Complementary color
Monochromatic Colors of #AB1EA5
Black with #AB1EA5
Text Example
Text Example
White with #AB1EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EA5; }
p { color: rgb(171,30,165); }
H1.HeaderClassName
{
color: #AB1EA5;
}
.AnyTagClassName
{
color: #AB1EA5;
}
</style>
background-color css
<style>
a { background-color: #AB1EA5; }
a { background-color: rgb(171,30,165); }
div.DivClassName
{
background-color: #AB1EA5;
}
.BgClassName
{
background-color: #AB1EA5;
}
</style>
border-color css
<style>
span { border-color: #AB1EA5; }
span { border-color: rgb(171,30,165); }
td.TdClassName
{
border-color: #AB1EA5;
}
.TagClassName
{
border-color: #AB1EA5;
}
</style>