Shades of Dark Magenta #A613A1
Tints of Dark Magenta #A613A1
RGB
CMYK
RGB Variations
Color information
#A613A1 (or 0xA613A1) is known color: Dark Magenta. HEX triplet: A6, 13 and A1. RGB value is (166,19,161). Sum of RGB (Red+Green+Blue) = 166+19+161=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A613A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A613A1 is #59EC5E. Grayscale: #4E4E4E. Windows color (decimal): -5893215 or 10556326. OLE color: 10556326.
HSL color Cylindrical-coordinate representation of color #A613A1: hue angle of 302.04º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A613A1 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 161 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.35 |
| HSL | 302.04º | 0.79% | 0.36% | - |
| HSV(B) | 302.04º | 0.89% | 0.65% | - |
| XYZ | 22.39 | 11.15 | 34.69 | - |
| YUV | 79.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 161 | 0 | 0.89 | 0.03 | 0.35 | 302.04 | 0.79 | 0.36 |
| Hex | A6 | 13 | A1 | 0 | 59 | 3 | 23 | 12E | 4F | 24 |
| Octal | 246 | 23 | 241 | 0 | 131 | 3 | 43 | 456 | 117 | 44 |
| Binary | 10100110 | 10011 | 10100001 | 0 | 1011001 | 11 | 100011 | 100101110 | 1001111 | 100100 |
Color Harmonies of #A613A1
Complementary color
Monochromatic Colors of #A613A1
Black with #A613A1
Text Example
Text Example
White with #A613A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613A1; }
p { color: rgb(166,19,161); }
H1.HeaderClassName
{
color: #A613A1;
}
.AnyTagClassName
{
color: #A613A1;
}
</style>
background-color css
<style>
a { background-color: #A613A1; }
a { background-color: rgb(166,19,161); }
div.DivClassName
{
background-color: #A613A1;
}
.BgClassName
{
background-color: #A613A1;
}
</style>
border-color css
<style>
span { border-color: #A613A1; }
span { border-color: rgb(166,19,161); }
td.TdClassName
{
border-color: #A613A1;
}
.TagClassName
{
border-color: #A613A1;
}
</style>