Shades of Dark Magenta #A10384
Tints of Dark Magenta #A10384
RGB
CMYK
RGB Variations
Color information
#A10384 (or 0xA10384) is known color: Dark Magenta. HEX triplet: A1, 03 and 84. RGB value is (161,3,132). Sum of RGB (Red+Green+Blue) = 161+3+132=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A10384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10384 is #5EFC7B. Grayscale: #404040. Windows color (decimal): -6225020 or 8651681. OLE color: 8651681.
HSL color Cylindrical-coordinate representation of color #A10384: hue angle of 311.01º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10384 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.37 |
| HSL | 311.01º | 0.96% | 0.32% | - |
| HSV(B) | 311.01º | 0.98% | 0.63% | - |
| XYZ | 18.9 | 9.31 | 22.63 | - |
| YUV | 64.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 132 | 0 | 0.98 | 0.18 | 0.37 | 311.01 | 0.96 | 0.32 |
| Hex | A1 | 3 | 84 | 0 | 62 | 12 | 25 | 137 | 60 | 20 |
| Octal | 241 | 3 | 204 | 0 | 142 | 22 | 45 | 467 | 140 | 40 |
| Binary | 10100001 | 11 | 10000100 | 0 | 1100010 | 10010 | 100101 | 100110111 | 1100000 | 100000 |
Color Harmonies of #A10384
Complementary color
Monochromatic Colors of #A10384
Black with #A10384
Text Example
Text Example
White with #A10384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10384; }
p { color: rgb(161,3,132); }
H1.HeaderClassName
{
color: #A10384;
}
.AnyTagClassName
{
color: #A10384;
}
</style>
background-color css
<style>
a { background-color: #A10384; }
a { background-color: rgb(161,3,132); }
div.DivClassName
{
background-color: #A10384;
}
.BgClassName
{
background-color: #A10384;
}
</style>
border-color css
<style>
span { border-color: #A10384; }
span { border-color: rgb(161,3,132); }
td.TdClassName
{
border-color: #A10384;
}
.TagClassName
{
border-color: #A10384;
}
</style>