Shades of Dark Magenta #A014AD
Tints of Dark Magenta #A014AD
RGB
CMYK
RGB Variations
Color information
#A014AD (or 0xA014AD) is known color: Dark Magenta. HEX triplet: A0, 14 and AD. RGB value is (160,20,173). Sum of RGB (Red+Green+Blue) = 160+20+173=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #A014AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A014AD is #5FEB52. Grayscale: #4E4E4E. Windows color (decimal): -6286163 or 11343008. OLE color: 11343008.
HSL color Cylindrical-coordinate representation of color #A014AD: hue angle of 294.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A014AD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 20 | 173 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.32 |
| HSL | 294.9º | 0.79% | 0.38% | - |
| HSV(B) | 294.9º | 0.88% | 0.68% | - |
| XYZ | 22.29 | 10.99 | 40.48 | - |
| YUV | 79.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 173 | 0.08 | 0.88 | 0 | 0.32 | 294.9 | 0.79 | 0.38 |
| Hex | A0 | 14 | AD | 8 | 58 | 0 | 20 | 127 | 4F | 26 |
| Octal | 240 | 24 | 255 | 10 | 130 | 0 | 40 | 447 | 117 | 46 |
| Binary | 10100000 | 10100 | 10101101 | 1000 | 1011000 | 0 | 100000 | 100100111 | 1001111 | 100110 |
Color Harmonies of #A014AD
Complementary color
Monochromatic Colors of #A014AD
Black with #A014AD
Text Example
Text Example
White with #A014AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014AD; }
p { color: rgb(160,20,173); }
H1.HeaderClassName
{
color: #A014AD;
}
.AnyTagClassName
{
color: #A014AD;
}
</style>
background-color css
<style>
a { background-color: #A014AD; }
a { background-color: rgb(160,20,173); }
div.DivClassName
{
background-color: #A014AD;
}
.BgClassName
{
background-color: #A014AD;
}
</style>
border-color css
<style>
span { border-color: #A014AD; }
span { border-color: rgb(160,20,173); }
td.TdClassName
{
border-color: #A014AD;
}
.TagClassName
{
border-color: #A014AD;
}
</style>