Shades of Dark Magenta #A614A1
Tints of Dark Magenta #A614A1
RGB
CMYK
RGB Variations
Color information
#A614A1 (or 0xA614A1) is known color: Dark Magenta. HEX triplet: A6, 14 and A1. RGB value is (166,20,161). Sum of RGB (Red+Green+Blue) = 166+20+161=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A614A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A614A1 is #59EB5E. Grayscale: #4F4F4F. Windows color (decimal): -5892959 or 10556582. OLE color: 10556582.
HSL color Cylindrical-coordinate representation of color #A614A1: hue angle of 302.05º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A614A1 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 161 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.35 |
| HSL | 302.05º | 0.78% | 0.36% | - |
| HSV(B) | 302.05º | 0.88% | 0.65% | - |
| XYZ | 22.41 | 11.18 | 34.7 | - |
| YUV | 79.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 161 | 0 | 0.88 | 0.03 | 0.35 | 302.05 | 0.78 | 0.36 |
| Hex | A6 | 14 | A1 | 0 | 58 | 3 | 23 | 12E | 4E | 24 |
| Octal | 246 | 24 | 241 | 0 | 130 | 3 | 43 | 456 | 116 | 44 |
| Binary | 10100110 | 10100 | 10100001 | 0 | 1011000 | 11 | 100011 | 100101110 | 1001110 | 100100 |
Color Harmonies of #A614A1
Complementary color
Monochromatic Colors of #A614A1
Black with #A614A1
Text Example
Text Example
White with #A614A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614A1; }
p { color: rgb(166,20,161); }
H1.HeaderClassName
{
color: #A614A1;
}
.AnyTagClassName
{
color: #A614A1;
}
</style>
background-color css
<style>
a { background-color: #A614A1; }
a { background-color: rgb(166,20,161); }
div.DivClassName
{
background-color: #A614A1;
}
.BgClassName
{
background-color: #A614A1;
}
</style>
border-color css
<style>
span { border-color: #A614A1; }
span { border-color: rgb(166,20,161); }
td.TdClassName
{
border-color: #A614A1;
}
.TagClassName
{
border-color: #A614A1;
}
</style>