Shades of Dark Magenta #A1018D
Tints of Dark Magenta #A1018D
RGB
CMYK
RGB Variations
Color information
#A1018D (or 0xA1018D) is known color: Dark Magenta. HEX triplet: A1, 01 and 8D. RGB value is (161,1,141). Sum of RGB (Red+Green+Blue) = 161+1+141=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1018D is #5EFE72. Grayscale: #404040. Windows color (decimal): -6225523 or 9240993. OLE color: 9240993.
HSL color Cylindrical-coordinate representation of color #A1018D: hue angle of 307.5º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1018D is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.37 |
| HSL | 307.5º | 0.99% | 0.32% | - |
| HSV(B) | 307.5º | 0.99% | 0.63% | - |
| XYZ | 19.52 | 9.52 | 26.01 | - |
| YUV | 64.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 141 | 0 | 0.99 | 0.12 | 0.37 | 307.5 | 0.99 | 0.32 |
| Hex | A1 | 1 | 8D | 0 | 63 | C | 25 | 134 | 63 | 20 |
| Octal | 241 | 1 | 215 | 0 | 143 | 14 | 45 | 464 | 143 | 40 |
| Binary | 10100001 | 1 | 10001101 | 0 | 1100011 | 1100 | 100101 | 100110100 | 1100011 | 100000 |
Color Harmonies of #A1018D
Complementary color
Monochromatic Colors of #A1018D
Black with #A1018D
Text Example
Text Example
White with #A1018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1018D; }
p { color: rgb(161,1,141); }
H1.HeaderClassName
{
color: #A1018D;
}
.AnyTagClassName
{
color: #A1018D;
}
</style>
background-color css
<style>
a { background-color: #A1018D; }
a { background-color: rgb(161,1,141); }
div.DivClassName
{
background-color: #A1018D;
}
.BgClassName
{
background-color: #A1018D;
}
</style>
border-color css
<style>
span { border-color: #A1018D; }
span { border-color: rgb(161,1,141); }
td.TdClassName
{
border-color: #A1018D;
}
.TagClassName
{
border-color: #A1018D;
}
</style>