Shades of Dark Magenta #A417A1
Tints of Dark Magenta #A417A1
RGB
CMYK
RGB Variations
Color information
#A417A1 (or 0xA417A1) is known color: Dark Magenta. HEX triplet: A4, 17 and A1. RGB value is (164,23,161). Sum of RGB (Red+Green+Blue) = 164+23+161=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A417A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A417A1 is #5BE85E. Grayscale: #505050. Windows color (decimal): -6023263 or 10557348. OLE color: 10557348.
HSL color Cylindrical-coordinate representation of color #A417A1: hue angle of 301.28º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A417A1 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 23 | 161 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.36 |
| HSL | 301.28º | 0.75% | 0.37% | - |
| HSV(B) | 301.28º | 0.86% | 0.64% | - |
| XYZ | 22.05 | 11.08 | 34.69 | - |
| YUV | 80.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 161 | 0 | 0.86 | 0.02 | 0.36 | 301.28 | 0.75 | 0.37 |
| Hex | A4 | 17 | A1 | 0 | 56 | 2 | 24 | 12D | 4B | 25 |
| Octal | 244 | 27 | 241 | 0 | 126 | 2 | 44 | 455 | 113 | 45 |
| Binary | 10100100 | 10111 | 10100001 | 0 | 1010110 | 10 | 100100 | 100101101 | 1001011 | 100101 |
Color Harmonies of #A417A1
Complementary color
Monochromatic Colors of #A417A1
Black with #A417A1
Text Example
Text Example
White with #A417A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417A1; }
p { color: rgb(164,23,161); }
H1.HeaderClassName
{
color: #A417A1;
}
.AnyTagClassName
{
color: #A417A1;
}
</style>
background-color css
<style>
a { background-color: #A417A1; }
a { background-color: rgb(164,23,161); }
div.DivClassName
{
background-color: #A417A1;
}
.BgClassName
{
background-color: #A417A1;
}
</style>
border-color css
<style>
span { border-color: #A417A1; }
span { border-color: rgb(164,23,161); }
td.TdClassName
{
border-color: #A417A1;
}
.TagClassName
{
border-color: #A417A1;
}
</style>