Shades of Dark Magenta #A5038E
Tints of Dark Magenta #A5038E
RGB
CMYK
RGB Variations
Color information
#A5038E (or 0xA5038E) is known color: Dark Magenta. HEX triplet: A5, 03 and 8E. RGB value is (165,3,142). Sum of RGB (Red+Green+Blue) = 165+3+142=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5038E is #5AFC71. Grayscale: #424242. Windows color (decimal): -5962866 or 9307045. OLE color: 9307045.
HSL color Cylindrical-coordinate representation of color #A5038E: hue angle of 308.52º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5038E is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 3 | 142 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.35 |
| HSL | 308.52º | 0.96% | 0.33% | - |
| HSV(B) | 308.52º | 0.98% | 0.65% | - |
| XYZ | 20.43 | 10.02 | 26.45 | - |
| YUV | 67.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 142 | 0 | 0.98 | 0.14 | 0.35 | 308.52 | 0.96 | 0.33 |
| Hex | A5 | 3 | 8E | 0 | 62 | E | 23 | 135 | 60 | 21 |
| Octal | 245 | 3 | 216 | 0 | 142 | 16 | 43 | 465 | 140 | 41 |
| Binary | 10100101 | 11 | 10001110 | 0 | 1100010 | 1110 | 100011 | 100110101 | 1100000 | 100001 |
Color Harmonies of #A5038E
Complementary color
Monochromatic Colors of #A5038E
Black with #A5038E
Text Example
Text Example
White with #A5038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5038E; }
p { color: rgb(165,3,142); }
H1.HeaderClassName
{
color: #A5038E;
}
.AnyTagClassName
{
color: #A5038E;
}
</style>
background-color css
<style>
a { background-color: #A5038E; }
a { background-color: rgb(165,3,142); }
div.DivClassName
{
background-color: #A5038E;
}
.BgClassName
{
background-color: #A5038E;
}
</style>
border-color css
<style>
span { border-color: #A5038E; }
span { border-color: rgb(165,3,142); }
td.TdClassName
{
border-color: #A5038E;
}
.TagClassName
{
border-color: #A5038E;
}
</style>