Shades of Dark Magenta #A0038E
Tints of Dark Magenta #A0038E
RGB
CMYK
RGB Variations
Color information
#A0038E (or 0xA0038E) is known color: Dark Magenta. HEX triplet: A0, 03 and 8E. RGB value is (160,3,142). Sum of RGB (Red+Green+Blue) = 160+3+142=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0038E is #5FFC71. Grayscale: #414141. Windows color (decimal): -6290546 or 9307040. OLE color: 9307040.
HSL color Cylindrical-coordinate representation of color #A0038E: hue angle of 306.88º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0038E is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 142 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.37 |
| HSL | 306.88º | 0.96% | 0.32% | - |
| HSV(B) | 306.88º | 0.98% | 0.63% | - |
| XYZ | 19.41 | 9.49 | 26.4 | - |
| YUV | 65.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 142 | 0 | 0.98 | 0.11 | 0.37 | 306.88 | 0.96 | 0.32 |
| Hex | A0 | 3 | 8E | 0 | 62 | B | 25 | 133 | 60 | 20 |
| Octal | 240 | 3 | 216 | 0 | 142 | 13 | 45 | 463 | 140 | 40 |
| Binary | 10100000 | 11 | 10001110 | 0 | 1100010 | 1011 | 100101 | 100110011 | 1100000 | 100000 |
Color Harmonies of #A0038E
Complementary color
Monochromatic Colors of #A0038E
Black with #A0038E
Text Example
Text Example
White with #A0038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0038E; }
p { color: rgb(160,3,142); }
H1.HeaderClassName
{
color: #A0038E;
}
.AnyTagClassName
{
color: #A0038E;
}
</style>
background-color css
<style>
a { background-color: #A0038E; }
a { background-color: rgb(160,3,142); }
div.DivClassName
{
background-color: #A0038E;
}
.BgClassName
{
background-color: #A0038E;
}
</style>
border-color css
<style>
span { border-color: #A0038E; }
span { border-color: rgb(160,3,142); }
td.TdClassName
{
border-color: #A0038E;
}
.TagClassName
{
border-color: #A0038E;
}
</style>