Shades of Dark Magenta #A418A0
Tints of Dark Magenta #A418A0
RGB
CMYK
RGB Variations
Color information
#A418A0 (or 0xA418A0) is known color: Dark Magenta. HEX triplet: A4, 18 and A0. RGB value is (164,24,160). Sum of RGB (Red+Green+Blue) = 164+24+160=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A418A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A418A0 is #5BE75F. Grayscale: #505050. Windows color (decimal): -6023008 or 10492068. OLE color: 10492068.
HSL color Cylindrical-coordinate representation of color #A418A0: hue angle of 301.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A418A0 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 160 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.36 |
| HSL | 301.71º | 0.74% | 0.37% | - |
| HSV(B) | 301.71º | 0.85% | 0.64% | - |
| XYZ | 21.98 | 11.08 | 34.24 | - |
| YUV | 81.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 160 | 0 | 0.85 | 0.02 | 0.36 | 301.71 | 0.74 | 0.37 |
| Hex | A4 | 18 | A0 | 0 | 55 | 2 | 24 | 12E | 4A | 25 |
| Octal | 244 | 30 | 240 | 0 | 125 | 2 | 44 | 456 | 112 | 45 |
| Binary | 10100100 | 11000 | 10100000 | 0 | 1010101 | 10 | 100100 | 100101110 | 1001010 | 100101 |
Color Harmonies of #A418A0
Complementary color
Monochromatic Colors of #A418A0
Black with #A418A0
Text Example
Text Example
White with #A418A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A418A0; }
p { color: rgb(164,24,160); }
H1.HeaderClassName
{
color: #A418A0;
}
.AnyTagClassName
{
color: #A418A0;
}
</style>
background-color css
<style>
a { background-color: #A418A0; }
a { background-color: rgb(164,24,160); }
div.DivClassName
{
background-color: #A418A0;
}
.BgClassName
{
background-color: #A418A0;
}
</style>
border-color css
<style>
span { border-color: #A418A0; }
span { border-color: rgb(164,24,160); }
td.TdClassName
{
border-color: #A418A0;
}
.TagClassName
{
border-color: #A418A0;
}
</style>