Shades of Dark Magenta #A01993
Tints of Dark Magenta #A01993
RGB
CMYK
RGB Variations
Color information
#A01993 (or 0xA01993) is known color: Dark Magenta. HEX triplet: A0, 19 and 93. RGB value is (160,25,147). Sum of RGB (Red+Green+Blue) = 160+25+147=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A01993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01993 is #5FE66C. Grayscale: #4E4E4E. Windows color (decimal): -6284909 or 9640352. OLE color: 9640352.
HSL color Cylindrical-coordinate representation of color #A01993: hue angle of 305.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01993 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 147 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.37 |
| HSL | 305.78º | 0.73% | 0.36% | - |
| HSV(B) | 305.78º | 0.84% | 0.63% | - |
| XYZ | 20.11 | 10.28 | 28.53 | - |
| YUV | 79.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 147 | 0 | 0.84 | 0.08 | 0.37 | 305.78 | 0.73 | 0.36 |
| Hex | A0 | 19 | 93 | 0 | 54 | 8 | 25 | 132 | 49 | 24 |
| Octal | 240 | 31 | 223 | 0 | 124 | 10 | 45 | 462 | 111 | 44 |
| Binary | 10100000 | 11001 | 10010011 | 0 | 1010100 | 1000 | 100101 | 100110010 | 1001001 | 100100 |
Color Harmonies of #A01993
Complementary color
Monochromatic Colors of #A01993
Black with #A01993
Text Example
Text Example
White with #A01993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01993; }
p { color: rgb(160,25,147); }
H1.HeaderClassName
{
color: #A01993;
}
.AnyTagClassName
{
color: #A01993;
}
</style>
background-color css
<style>
a { background-color: #A01993; }
a { background-color: rgb(160,25,147); }
div.DivClassName
{
background-color: #A01993;
}
.BgClassName
{
background-color: #A01993;
}
</style>
border-color css
<style>
span { border-color: #A01993; }
span { border-color: rgb(160,25,147); }
td.TdClassName
{
border-color: #A01993;
}
.TagClassName
{
border-color: #A01993;
}
</style>