Shades of Dark Magenta #A413AC
Tints of Dark Magenta #A413AC
RGB
CMYK
RGB Variations
Color information
#A413AC (or 0xA413AC) is known color: Dark Magenta. HEX triplet: A4, 13 and AC. RGB value is (164,19,172). Sum of RGB (Red+Green+Blue) = 164+19+172=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A413AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A413AC is #5BEC53. Grayscale: #4F4F4F. Windows color (decimal): -6024276 or 11277220. OLE color: 11277220.
HSL color Cylindrical-coordinate representation of color #A413AC: hue angle of 296.86º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A413AC is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 19 | 172 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.33 |
| HSL | 296.86º | 0.8% | 0.37% | - |
| HSV(B) | 296.86º | 0.89% | 0.67% | - |
| XYZ | 22.99 | 11.34 | 40.01 | - |
| YUV | 79.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 172 | 0.05 | 0.89 | 0 | 0.33 | 296.86 | 0.8 | 0.37 |
| Hex | A4 | 13 | AC | 5 | 59 | 0 | 21 | 129 | 50 | 25 |
| Octal | 244 | 23 | 254 | 5 | 131 | 0 | 41 | 451 | 120 | 45 |
| Binary | 10100100 | 10011 | 10101100 | 101 | 1011001 | 0 | 100001 | 100101001 | 1010000 | 100101 |
Color Harmonies of #A413AC
Complementary color
Monochromatic Colors of #A413AC
Black with #A413AC
Text Example
Text Example
White with #A413AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413AC; }
p { color: rgb(164,19,172); }
H1.HeaderClassName
{
color: #A413AC;
}
.AnyTagClassName
{
color: #A413AC;
}
</style>
background-color css
<style>
a { background-color: #A413AC; }
a { background-color: rgb(164,19,172); }
div.DivClassName
{
background-color: #A413AC;
}
.BgClassName
{
background-color: #A413AC;
}
</style>
border-color css
<style>
span { border-color: #A413AC; }
span { border-color: rgb(164,19,172); }
td.TdClassName
{
border-color: #A413AC;
}
.TagClassName
{
border-color: #A413AC;
}
</style>