Shades of Dark Magenta #A5018E
Tints of Dark Magenta #A5018E
RGB
CMYK
RGB Variations
Color information
#A5018E (or 0xA5018E) is known color: Dark Magenta. HEX triplet: A5, 01 and 8E. RGB value is (165,1,142). Sum of RGB (Red+Green+Blue) = 165+1+142=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5018E is #5AFE71. Grayscale: #414141. Windows color (decimal): -5963378 or 9306533. OLE color: 9306533.
HSL color Cylindrical-coordinate representation of color #A5018E: hue angle of 308.41º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5018E is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.35 |
| HSL | 308.41º | 0.99% | 0.33% | - |
| HSV(B) | 308.41º | 0.99% | 0.65% | - |
| XYZ | 20.41 | 9.97 | 26.44 | - |
| YUV | 66.11 | 170.83 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 142 | 0 | 0.99 | 0.14 | 0.35 | 308.41 | 0.99 | 0.33 |
| Hex | A5 | 1 | 8E | 0 | 63 | E | 23 | 134 | 63 | 21 |
| Octal | 245 | 1 | 216 | 0 | 143 | 16 | 43 | 464 | 143 | 41 |
| Binary | 10100101 | 1 | 10001110 | 0 | 1100011 | 1110 | 100011 | 100110100 | 1100011 | 100001 |
Color Harmonies of #A5018E
Complementary color
Monochromatic Colors of #A5018E
Black with #A5018E
Text Example
Text Example
White with #A5018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5018E; }
p { color: rgb(165,1,142); }
H1.HeaderClassName
{
color: #A5018E;
}
.AnyTagClassName
{
color: #A5018E;
}
</style>
background-color css
<style>
a { background-color: #A5018E; }
a { background-color: rgb(165,1,142); }
div.DivClassName
{
background-color: #A5018E;
}
.BgClassName
{
background-color: #A5018E;
}
</style>
border-color css
<style>
span { border-color: #A5018E; }
span { border-color: rgb(165,1,142); }
td.TdClassName
{
border-color: #A5018E;
}
.TagClassName
{
border-color: #A5018E;
}
</style>