Shades of Dark Magenta #A514A0
Tints of Dark Magenta #A514A0
RGB
CMYK
RGB Variations
Color information
#A514A0 (or 0xA514A0) is known color: Dark Magenta. HEX triplet: A5, 14 and A0. RGB value is (165,20,160). Sum of RGB (Red+Green+Blue) = 165+20+160=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A514A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514A0 is #5AEB5F. Grayscale: #4E4E4E. Windows color (decimal): -5958496 or 10491045. OLE color: 10491045.
HSL color Cylindrical-coordinate representation of color #A514A0: hue angle of 302.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A514A0 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 160 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.35 |
| HSL | 302.07º | 0.78% | 0.36% | - |
| HSV(B) | 302.07º | 0.88% | 0.65% | - |
| XYZ | 22.11 | 11.04 | 34.22 | - |
| YUV | 79.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 160 | 0 | 0.88 | 0.03 | 0.35 | 302.07 | 0.78 | 0.36 |
| Hex | A5 | 14 | A0 | 0 | 58 | 3 | 23 | 12E | 4E | 24 |
| Octal | 245 | 24 | 240 | 0 | 130 | 3 | 43 | 456 | 116 | 44 |
| Binary | 10100101 | 10100 | 10100000 | 0 | 1011000 | 11 | 100011 | 100101110 | 1001110 | 100100 |
Color Harmonies of #A514A0
Complementary color
Monochromatic Colors of #A514A0
Black with #A514A0
Text Example
Text Example
White with #A514A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514A0; }
p { color: rgb(165,20,160); }
H1.HeaderClassName
{
color: #A514A0;
}
.AnyTagClassName
{
color: #A514A0;
}
</style>
background-color css
<style>
a { background-color: #A514A0; }
a { background-color: rgb(165,20,160); }
div.DivClassName
{
background-color: #A514A0;
}
.BgClassName
{
background-color: #A514A0;
}
</style>
border-color css
<style>
span { border-color: #A514A0; }
span { border-color: rgb(165,20,160); }
td.TdClassName
{
border-color: #A514A0;
}
.TagClassName
{
border-color: #A514A0;
}
</style>