Shades of Dark Magenta #A01893
Tints of Dark Magenta #A01893
RGB
CMYK
RGB Variations
Color information
#A01893 (or 0xA01893) is known color: Dark Magenta. HEX triplet: A0, 18 and 93. RGB value is (160,24,147). Sum of RGB (Red+Green+Blue) = 160+24+147=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A01893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01893 is #5FE76C. Grayscale: #4E4E4E. Windows color (decimal): -6285165 or 9640096. OLE color: 9640096.
HSL color Cylindrical-coordinate representation of color #A01893: hue angle of 305.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01893 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 147 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.37 |
| HSL | 305.74º | 0.74% | 0.36% | - |
| HSV(B) | 305.74º | 0.85% | 0.63% | - |
| XYZ | 20.09 | 10.23 | 28.52 | - |
| YUV | 78.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 147 | 0 | 0.85 | 0.08 | 0.37 | 305.74 | 0.74 | 0.36 |
| Hex | A0 | 18 | 93 | 0 | 55 | 8 | 25 | 132 | 4A | 24 |
| Octal | 240 | 30 | 223 | 0 | 125 | 10 | 45 | 462 | 112 | 44 |
| Binary | 10100000 | 11000 | 10010011 | 0 | 1010101 | 1000 | 100101 | 100110010 | 1001010 | 100100 |
Color Harmonies of #A01893
Complementary color
Monochromatic Colors of #A01893
Black with #A01893
Text Example
Text Example
White with #A01893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01893; }
p { color: rgb(160,24,147); }
H1.HeaderClassName
{
color: #A01893;
}
.AnyTagClassName
{
color: #A01893;
}
</style>
background-color css
<style>
a { background-color: #A01893; }
a { background-color: rgb(160,24,147); }
div.DivClassName
{
background-color: #A01893;
}
.BgClassName
{
background-color: #A01893;
}
</style>
border-color css
<style>
span { border-color: #A01893; }
span { border-color: rgb(160,24,147); }
td.TdClassName
{
border-color: #A01893;
}
.TagClassName
{
border-color: #A01893;
}
</style>