Shades of Dark Magenta #A10281
Tints of Dark Magenta #A10281
RGB
CMYK
RGB Variations
Color information
#A10281 (or 0xA10281) is known color: Dark Magenta. HEX triplet: A1, 02 and 81. RGB value is (161,2,129). Sum of RGB (Red+Green+Blue) = 161+2+129=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A10281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10281 is #5EFD7E. Grayscale: #3F3F3F. Windows color (decimal): -6225279 or 8454817. OLE color: 8454817.
HSL color Cylindrical-coordinate representation of color #A10281: hue angle of 312.08º degrees, saturation: 0.98, 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 #A10281 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.37 |
| HSL | 312.08º | 0.98% | 0.32% | - |
| HSV(B) | 312.08º | 0.99% | 0.63% | - |
| XYZ | 18.68 | 9.21 | 21.56 | - |
| YUV | 64.02 | 164.68 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 129 | 0 | 0.99 | 0.20 | 0.37 | 312.08 | 0.98 | 0.32 |
| Hex | A1 | 2 | 81 | 0 | 63 | 14 | 25 | 138 | 62 | 20 |
| Octal | 241 | 2 | 201 | 0 | 143 | 24 | 45 | 470 | 142 | 40 |
| Binary | 10100001 | 10 | 10000001 | 0 | 1100011 | 10100 | 100101 | 100111000 | 1100010 | 100000 |
Color Harmonies of #A10281
Complementary color
Monochromatic Colors of #A10281
Black with #A10281
Text Example
Text Example
White with #A10281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10281; }
p { color: rgb(161,2,129); }
H1.HeaderClassName
{
color: #A10281;
}
.AnyTagClassName
{
color: #A10281;
}
</style>
background-color css
<style>
a { background-color: #A10281; }
a { background-color: rgb(161,2,129); }
div.DivClassName
{
background-color: #A10281;
}
.BgClassName
{
background-color: #A10281;
}
</style>
border-color css
<style>
span { border-color: #A10281; }
span { border-color: rgb(161,2,129); }
td.TdClassName
{
border-color: #A10281;
}
.TagClassName
{
border-color: #A10281;
}
</style>