Shades of Dark Magenta #A612A1
Tints of Dark Magenta #A612A1
RGB
CMYK
RGB Variations
Color information
#A612A1 (or 0xA612A1) is known color: Dark Magenta. HEX triplet: A6, 12 and A1. RGB value is (166,18,161). Sum of RGB (Red+Green+Blue) = 166+18+161=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A612A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A612A1 is #59ED5E. Grayscale: #4E4E4E. Windows color (decimal): -5893471 or 10556070. OLE color: 10556070.
HSL color Cylindrical-coordinate representation of color #A612A1: hue angle of 302.03º degrees, saturation: 0.8, 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 #A612A1 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 161 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.35 |
| HSL | 302.03º | 0.8% | 0.36% | - |
| HSV(B) | 302.03º | 0.89% | 0.65% | - |
| XYZ | 22.38 | 11.11 | 34.68 | - |
| YUV | 78.55 | 174.53 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 161 | 0 | 0.89 | 0.03 | 0.35 | 302.03 | 0.8 | 0.36 |
| Hex | A6 | 12 | A1 | 0 | 59 | 3 | 23 | 12E | 50 | 24 |
| Octal | 246 | 22 | 241 | 0 | 131 | 3 | 43 | 456 | 120 | 44 |
| Binary | 10100110 | 10010 | 10100001 | 0 | 1011001 | 11 | 100011 | 100101110 | 1010000 | 100100 |
Color Harmonies of #A612A1
Complementary color
Monochromatic Colors of #A612A1
Black with #A612A1
Text Example
Text Example
White with #A612A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A612A1; }
p { color: rgb(166,18,161); }
H1.HeaderClassName
{
color: #A612A1;
}
.AnyTagClassName
{
color: #A612A1;
}
</style>
background-color css
<style>
a { background-color: #A612A1; }
a { background-color: rgb(166,18,161); }
div.DivClassName
{
background-color: #A612A1;
}
.BgClassName
{
background-color: #A612A1;
}
</style>
border-color css
<style>
span { border-color: #A612A1; }
span { border-color: rgb(166,18,161); }
td.TdClassName
{
border-color: #A612A1;
}
.TagClassName
{
border-color: #A612A1;
}
</style>