Shades of Dark Magenta #A1018F
Tints of Dark Magenta #A1018F
RGB
CMYK
RGB Variations
Color information
#A1018F (or 0xA1018F) is known color: Dark Magenta. HEX triplet: A1, 01 and 8F. RGB value is (161,1,143). Sum of RGB (Red+Green+Blue) = 161+1+143=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1018F is #5EFE70. Grayscale: #404040. Windows color (decimal): -6225521 or 9372065. OLE color: 9372065.
HSL color Cylindrical-coordinate representation of color #A1018F: hue angle of 306.75º 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 #A1018F is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.37 |
| HSL | 306.75º | 0.99% | 0.32% | - |
| HSV(B) | 306.75º | 0.99% | 0.63% | - |
| XYZ | 19.67 | 9.58 | 26.8 | - |
| YUV | 65.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 143 | 0 | 0.99 | 0.11 | 0.37 | 306.75 | 0.99 | 0.32 |
| Hex | A1 | 1 | 8F | 0 | 63 | B | 25 | 133 | 63 | 20 |
| Octal | 241 | 1 | 217 | 0 | 143 | 13 | 45 | 463 | 143 | 40 |
| Binary | 10100001 | 1 | 10001111 | 0 | 1100011 | 1011 | 100101 | 100110011 | 1100011 | 100000 |
Color Harmonies of #A1018F
Complementary color
Monochromatic Colors of #A1018F
Black with #A1018F
Text Example
Text Example
White with #A1018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1018F; }
p { color: rgb(161,1,143); }
H1.HeaderClassName
{
color: #A1018F;
}
.AnyTagClassName
{
color: #A1018F;
}
</style>
background-color css
<style>
a { background-color: #A1018F; }
a { background-color: rgb(161,1,143); }
div.DivClassName
{
background-color: #A1018F;
}
.BgClassName
{
background-color: #A1018F;
}
</style>
border-color css
<style>
span { border-color: #A1018F; }
span { border-color: rgb(161,1,143); }
td.TdClassName
{
border-color: #A1018F;
}
.TagClassName
{
border-color: #A1018F;
}
</style>