Shades of Dark Magenta #A5018D
Tints of Dark Magenta #A5018D
RGB
CMYK
RGB Variations
Color information
#A5018D (or 0xA5018D) is known color: Dark Magenta. HEX triplet: A5, 01 and 8D. RGB value is (165,1,141). Sum of RGB (Red+Green+Blue) = 165+1+141=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5018D is #5AFE72. Grayscale: #414141. Windows color (decimal): -5963379 or 9240997. OLE color: 9240997.
HSL color Cylindrical-coordinate representation of color #A5018D: hue angle of 308.78º 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 #A5018D is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.35 |
| HSL | 308.78º | 0.99% | 0.33% | - |
| HSV(B) | 308.78º | 0.99% | 0.65% | - |
| XYZ | 20.34 | 9.94 | 26.05 | - |
| YUV | 66 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 141 | 0 | 0.99 | 0.15 | 0.35 | 308.78 | 0.99 | 0.33 |
| Hex | A5 | 1 | 8D | 0 | 63 | F | 23 | 135 | 63 | 21 |
| Octal | 245 | 1 | 215 | 0 | 143 | 17 | 43 | 465 | 143 | 41 |
| Binary | 10100101 | 1 | 10001101 | 0 | 1100011 | 1111 | 100011 | 100110101 | 1100011 | 100001 |
Color Harmonies of #A5018D
Complementary color
Monochromatic Colors of #A5018D
Black with #A5018D
Text Example
Text Example
White with #A5018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5018D; }
p { color: rgb(165,1,141); }
H1.HeaderClassName
{
color: #A5018D;
}
.AnyTagClassName
{
color: #A5018D;
}
</style>
background-color css
<style>
a { background-color: #A5018D; }
a { background-color: rgb(165,1,141); }
div.DivClassName
{
background-color: #A5018D;
}
.BgClassName
{
background-color: #A5018D;
}
</style>
border-color css
<style>
span { border-color: #A5018D; }
span { border-color: rgb(165,1,141); }
td.TdClassName
{
border-color: #A5018D;
}
.TagClassName
{
border-color: #A5018D;
}
</style>