Shades of Dark Magenta #A0038F
Tints of Dark Magenta #A0038F
RGB
CMYK
RGB Variations
Color information
#A0038F (or 0xA0038F) is known color: Dark Magenta. HEX triplet: A0, 03 and 8F. RGB value is (160,3,143). Sum of RGB (Red+Green+Blue) = 160+3+143=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0038F is #5FFC70. Grayscale: #414141. Windows color (decimal): -6290545 or 9372576. OLE color: 9372576.
HSL color Cylindrical-coordinate representation of color #A0038F: hue angle of 306.5º 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 #A0038F is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 143 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.37 |
| HSL | 306.5º | 0.96% | 0.32% | - |
| HSV(B) | 306.5º | 0.98% | 0.63% | - |
| XYZ | 19.49 | 9.52 | 26.8 | - |
| YUV | 65.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 143 | 0 | 0.98 | 0.11 | 0.37 | 306.5 | 0.96 | 0.32 |
| Hex | A0 | 3 | 8F | 0 | 62 | B | 25 | 132 | 60 | 20 |
| Octal | 240 | 3 | 217 | 0 | 142 | 13 | 45 | 462 | 140 | 40 |
| Binary | 10100000 | 11 | 10001111 | 0 | 1100010 | 1011 | 100101 | 100110010 | 1100000 | 100000 |
Color Harmonies of #A0038F
Complementary color
Monochromatic Colors of #A0038F
Black with #A0038F
Text Example
Text Example
White with #A0038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0038F; }
p { color: rgb(160,3,143); }
H1.HeaderClassName
{
color: #A0038F;
}
.AnyTagClassName
{
color: #A0038F;
}
</style>
background-color css
<style>
a { background-color: #A0038F; }
a { background-color: rgb(160,3,143); }
div.DivClassName
{
background-color: #A0038F;
}
.BgClassName
{
background-color: #A0038F;
}
</style>
border-color css
<style>
span { border-color: #A0038F; }
span { border-color: rgb(160,3,143); }
td.TdClassName
{
border-color: #A0038F;
}
.TagClassName
{
border-color: #A0038F;
}
</style>