Shades of Dark Magenta #A10184
Tints of Dark Magenta #A10184
RGB
CMYK
RGB Variations
Color information
#A10184 (or 0xA10184) is known color: Dark Magenta. HEX triplet: A1, 01 and 84. RGB value is (161,1,132). Sum of RGB (Red+Green+Blue) = 161+1+132=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A10184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10184 is #5EFE7B. Grayscale: #3F3F3F. Windows color (decimal): -6225532 or 8651169. OLE color: 8651169.
HSL color Cylindrical-coordinate representation of color #A10184: hue angle of 310.88º 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 #A10184 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.37 |
| HSL | 310.88º | 0.99% | 0.32% | - |
| HSV(B) | 310.88º | 0.99% | 0.63% | - |
| XYZ | 18.87 | 9.26 | 22.62 | - |
| YUV | 63.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 132 | 0 | 0.99 | 0.18 | 0.37 | 310.88 | 0.99 | 0.32 |
| Hex | A1 | 1 | 84 | 0 | 63 | 12 | 25 | 137 | 63 | 20 |
| Octal | 241 | 1 | 204 | 0 | 143 | 22 | 45 | 467 | 143 | 40 |
| Binary | 10100001 | 1 | 10000100 | 0 | 1100011 | 10010 | 100101 | 100110111 | 1100011 | 100000 |
Color Harmonies of #A10184
Complementary color
Monochromatic Colors of #A10184
Black with #A10184
Text Example
Text Example
White with #A10184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10184; }
p { color: rgb(161,1,132); }
H1.HeaderClassName
{
color: #A10184;
}
.AnyTagClassName
{
color: #A10184;
}
</style>
background-color css
<style>
a { background-color: #A10184; }
a { background-color: rgb(161,1,132); }
div.DivClassName
{
background-color: #A10184;
}
.BgClassName
{
background-color: #A10184;
}
</style>
border-color css
<style>
span { border-color: #A10184; }
span { border-color: rgb(161,1,132); }
td.TdClassName
{
border-color: #A10184;
}
.TagClassName
{
border-color: #A10184;
}
</style>