Shades of Dark Magenta #A405AC
Tints of Dark Magenta #A405AC
RGB
CMYK
RGB Variations
Color information
#A405AC (or 0xA405AC) is known color: Dark Magenta. HEX triplet: A4, 05 and AC. RGB value is (164,5,172). Sum of RGB (Red+Green+Blue) = 164+5+172=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #A405AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A405AC is #5BFA53. Grayscale: #474747. Windows color (decimal): -6027860 or 11273636. OLE color: 11273636.
HSL color Cylindrical-coordinate representation of color #A405AC: hue angle of 297.13º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A405AC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 5 | 172 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.33 |
| HSL | 297.13º | 0.94% | 0.35% | - |
| HSV(B) | 297.13º | 0.97% | 0.67% | - |
| XYZ | 22.81 | 10.98 | 39.95 | - |
| YUV | 71.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 172 | 0.05 | 0.97 | 0 | 0.33 | 297.13 | 0.94 | 0.35 |
| Hex | A4 | 5 | AC | 5 | 61 | 0 | 21 | 129 | 5E | 23 |
| Octal | 244 | 5 | 254 | 5 | 141 | 0 | 41 | 451 | 136 | 43 |
| Binary | 10100100 | 101 | 10101100 | 101 | 1100001 | 0 | 100001 | 100101001 | 1011110 | 100011 |
Color Harmonies of #A405AC
Complementary color
Monochromatic Colors of #A405AC
Black with #A405AC
Text Example
Text Example
White with #A405AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405AC; }
p { color: rgb(164,5,172); }
H1.HeaderClassName
{
color: #A405AC;
}
.AnyTagClassName
{
color: #A405AC;
}
</style>
background-color css
<style>
a { background-color: #A405AC; }
a { background-color: rgb(164,5,172); }
div.DivClassName
{
background-color: #A405AC;
}
.BgClassName
{
background-color: #A405AC;
}
</style>
border-color css
<style>
span { border-color: #A405AC; }
span { border-color: rgb(164,5,172); }
td.TdClassName
{
border-color: #A405AC;
}
.TagClassName
{
border-color: #A405AC;
}
</style>