Shades of Dark Magenta #A617A2
Tints of Dark Magenta #A617A2
RGB
CMYK
RGB Variations
Color information
#A617A2 (or 0xA617A2) is known color: Dark Magenta. HEX triplet: A6, 17 and A2. RGB value is (166,23,162). Sum of RGB (Red+Green+Blue) = 166+23+162=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A617A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A617A2 is #59E85D. Grayscale: #515151. Windows color (decimal): -5892190 or 10622886. OLE color: 10622886.
HSL color Cylindrical-coordinate representation of color #A617A2: hue angle of 301.68º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A617A2 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 23 | 162 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.35 |
| HSL | 301.68º | 0.76% | 0.37% | - |
| HSV(B) | 301.68º | 0.86% | 0.65% | - |
| XYZ | 22.55 | 11.33 | 35.18 | - |
| YUV | 81.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 162 | 0 | 0.86 | 0.02 | 0.35 | 301.68 | 0.76 | 0.37 |
| Hex | A6 | 17 | A2 | 0 | 56 | 2 | 23 | 12E | 4C | 25 |
| Octal | 246 | 27 | 242 | 0 | 126 | 2 | 43 | 456 | 114 | 45 |
| Binary | 10100110 | 10111 | 10100010 | 0 | 1010110 | 10 | 100011 | 100101110 | 1001100 | 100101 |
Color Harmonies of #A617A2
Complementary color
Monochromatic Colors of #A617A2
Black with #A617A2
Text Example
Text Example
White with #A617A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617A2; }
p { color: rgb(166,23,162); }
H1.HeaderClassName
{
color: #A617A2;
}
.AnyTagClassName
{
color: #A617A2;
}
</style>
background-color css
<style>
a { background-color: #A617A2; }
a { background-color: rgb(166,23,162); }
div.DivClassName
{
background-color: #A617A2;
}
.BgClassName
{
background-color: #A617A2;
}
</style>
border-color css
<style>
span { border-color: #A617A2; }
span { border-color: rgb(166,23,162); }
td.TdClassName
{
border-color: #A617A2;
}
.TagClassName
{
border-color: #A617A2;
}
</style>