Shades of Dark Magenta #A010AE
Tints of Dark Magenta #A010AE
RGB
CMYK
RGB Variations
Color information
#A010AE (or 0xA010AE) is known color: Dark Magenta. HEX triplet: A0, 10 and AE. RGB value is (160,16,174). Sum of RGB (Red+Green+Blue) = 160+16+174=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #A010AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A010AE is #5FEF51. Grayscale: #4C4C4C. Windows color (decimal): -6287186 or 11407520. OLE color: 11407520.
HSL color Cylindrical-coordinate representation of color #A010AE: hue angle of 294.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A010AE is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 16 | 174 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.32 |
| HSL | 294.68º | 0.83% | 0.37% | - |
| HSV(B) | 294.68º | 0.91% | 0.68% | - |
| XYZ | 22.32 | 10.9 | 40.97 | - |
| YUV | 77.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 174 | 0.08 | 0.91 | 0 | 0.32 | 294.68 | 0.83 | 0.37 |
| Hex | A0 | 10 | AE | 8 | 5B | 0 | 20 | 127 | 53 | 25 |
| Octal | 240 | 20 | 256 | 10 | 133 | 0 | 40 | 447 | 123 | 45 |
| Binary | 10100000 | 10000 | 10101110 | 1000 | 1011011 | 0 | 100000 | 100100111 | 1010011 | 100101 |
Color Harmonies of #A010AE
Complementary color
Monochromatic Colors of #A010AE
Black with #A010AE
Text Example
Text Example
White with #A010AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010AE; }
p { color: rgb(160,16,174); }
H1.HeaderClassName
{
color: #A010AE;
}
.AnyTagClassName
{
color: #A010AE;
}
</style>
background-color css
<style>
a { background-color: #A010AE; }
a { background-color: rgb(160,16,174); }
div.DivClassName
{
background-color: #A010AE;
}
.BgClassName
{
background-color: #A010AE;
}
</style>
border-color css
<style>
span { border-color: #A010AE; }
span { border-color: rgb(160,16,174); }
td.TdClassName
{
border-color: #A010AE;
}
.TagClassName
{
border-color: #A010AE;
}
</style>