Shades of Dark Magenta #A014AA
Tints of Dark Magenta #A014AA
RGB
CMYK
RGB Variations
Color information
#A014AA (or 0xA014AA) is known color: Dark Magenta. HEX triplet: A0, 14 and AA. RGB value is (160,20,170). Sum of RGB (Red+Green+Blue) = 160+20+170=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #A014AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A014AA is #5FEB55. Grayscale: #4E4E4E. Windows color (decimal): -6286166 or 11146400. OLE color: 11146400.
HSL color Cylindrical-coordinate representation of color #A014AA: hue angle of 296º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A014AA is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 20 | 170 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.33 |
| HSL | 296º | 0.79% | 0.37% | - |
| HSV(B) | 296º | 0.88% | 0.67% | - |
| XYZ | 22 | 10.88 | 38.97 | - |
| YUV | 78.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 170 | 0.06 | 0.88 | 0 | 0.33 | 296 | 0.79 | 0.37 |
| Hex | A0 | 14 | AA | 6 | 58 | 0 | 21 | 128 | 4F | 25 |
| Octal | 240 | 24 | 252 | 6 | 130 | 0 | 41 | 450 | 117 | 45 |
| Binary | 10100000 | 10100 | 10101010 | 110 | 1011000 | 0 | 100001 | 100101000 | 1001111 | 100101 |
Color Harmonies of #A014AA
Complementary color
Monochromatic Colors of #A014AA
Black with #A014AA
Text Example
Text Example
White with #A014AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014AA; }
p { color: rgb(160,20,170); }
H1.HeaderClassName
{
color: #A014AA;
}
.AnyTagClassName
{
color: #A014AA;
}
</style>
background-color css
<style>
a { background-color: #A014AA; }
a { background-color: rgb(160,20,170); }
div.DivClassName
{
background-color: #A014AA;
}
.BgClassName
{
background-color: #A014AA;
}
</style>
border-color css
<style>
span { border-color: #A014AA; }
span { border-color: rgb(160,20,170); }
td.TdClassName
{
border-color: #A014AA;
}
.TagClassName
{
border-color: #A014AA;
}
</style>