Shades of Dark Magenta #A01EA1
Tints of Dark Magenta #A01EA1
RGB
CMYK
RGB Variations
Color information
#A01EA1 (or 0xA01EA1) is known color: Dark Magenta. HEX triplet: A0, 1E and A1. RGB value is (160,30,161). Sum of RGB (Red+Green+Blue) = 160+30+161=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #A01EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01EA1 is #5FE15E. Grayscale: #535353. Windows color (decimal): -6283615 or 10559136. OLE color: 10559136.
HSL color Cylindrical-coordinate representation of color #A01EA1: hue angle of 299.54º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01EA1 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 161 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.37 |
| HSL | 299.54º | 0.69% | 0.37% | - |
| HSV(B) | 299.54º | 0.81% | 0.63% | - |
| XYZ | 21.39 | 10.98 | 34.71 | - |
| YUV | 83.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 161 | 0.01 | 0.81 | 0 | 0.37 | 299.54 | 0.69 | 0.37 |
| Hex | A0 | 1E | A1 | 1 | 51 | 0 | 25 | 12C | 45 | 25 |
| Octal | 240 | 36 | 241 | 1 | 121 | 0 | 45 | 454 | 105 | 45 |
| Binary | 10100000 | 11110 | 10100001 | 1 | 1010001 | 0 | 100101 | 100101100 | 1000101 | 100101 |
Color Harmonies of #A01EA1
Complementary color
Monochromatic Colors of #A01EA1
Black with #A01EA1
Text Example
Text Example
White with #A01EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01EA1; }
p { color: rgb(160,30,161); }
H1.HeaderClassName
{
color: #A01EA1;
}
.AnyTagClassName
{
color: #A01EA1;
}
</style>
background-color css
<style>
a { background-color: #A01EA1; }
a { background-color: rgb(160,30,161); }
div.DivClassName
{
background-color: #A01EA1;
}
.BgClassName
{
background-color: #A01EA1;
}
</style>
border-color css
<style>
span { border-color: #A01EA1; }
span { border-color: rgb(160,30,161); }
td.TdClassName
{
border-color: #A01EA1;
}
.TagClassName
{
border-color: #A01EA1;
}
</style>