Shades of Dark Magenta #A104AE
Tints of Dark Magenta #A104AE
RGB
CMYK
RGB Variations
Color information
#A104AE (or 0xA104AE) is known color: Dark Magenta. HEX triplet: A1, 04 and AE. RGB value is (161,4,174). Sum of RGB (Red+Green+Blue) = 161+4+174=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #A104AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A104AE is #5EFB51. Grayscale: #454545. Windows color (decimal): -6224722 or 11404449. OLE color: 11404449.
HSL color Cylindrical-coordinate representation of color #A104AE: hue angle of 295.41º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104AE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 4 | 174 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.32 |
| HSL | 295.41º | 0.96% | 0.35% | - |
| HSV(B) | 295.41º | 0.98% | 0.68% | - |
| XYZ | 22.38 | 10.72 | 40.93 | - |
| YUV | 70.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 174 | 0.07 | 0.98 | 0 | 0.32 | 295.41 | 0.96 | 0.35 |
| Hex | A1 | 4 | AE | 7 | 62 | 0 | 20 | 127 | 60 | 23 |
| Octal | 241 | 4 | 256 | 7 | 142 | 0 | 40 | 447 | 140 | 43 |
| Binary | 10100001 | 100 | 10101110 | 111 | 1100010 | 0 | 100000 | 100100111 | 1100000 | 100011 |
Color Harmonies of #A104AE
Complementary color
Monochromatic Colors of #A104AE
Black with #A104AE
Text Example
Text Example
White with #A104AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104AE; }
p { color: rgb(161,4,174); }
H1.HeaderClassName
{
color: #A104AE;
}
.AnyTagClassName
{
color: #A104AE;
}
</style>
background-color css
<style>
a { background-color: #A104AE; }
a { background-color: rgb(161,4,174); }
div.DivClassName
{
background-color: #A104AE;
}
.BgClassName
{
background-color: #A104AE;
}
</style>
border-color css
<style>
span { border-color: #A104AE; }
span { border-color: rgb(161,4,174); }
td.TdClassName
{
border-color: #A104AE;
}
.TagClassName
{
border-color: #A104AE;
}
</style>