Shades of Dark Magenta #A618A2
Tints of Dark Magenta #A618A2
RGB
CMYK
RGB Variations
Color information
#A618A2 (or 0xA618A2) is known color: Dark Magenta. HEX triplet: A6, 18 and A2. RGB value is (166,24,162). Sum of RGB (Red+Green+Blue) = 166+24+162=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A618A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A618A2 is #59E75D. Grayscale: #515151. Windows color (decimal): -5891934 or 10623142. OLE color: 10623142.
HSL color Cylindrical-coordinate representation of color #A618A2: hue angle of 301.69º degrees, saturation: 0.75, 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 #A618A2 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 162 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.35 |
| HSL | 301.69º | 0.75% | 0.37% | - |
| HSV(B) | 301.69º | 0.86% | 0.65% | - |
| XYZ | 22.57 | 11.37 | 35.19 | - |
| YUV | 82.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 162 | 0 | 0.86 | 0.02 | 0.35 | 301.69 | 0.75 | 0.37 |
| Hex | A6 | 18 | A2 | 0 | 56 | 2 | 23 | 12E | 4B | 25 |
| Octal | 246 | 30 | 242 | 0 | 126 | 2 | 43 | 456 | 113 | 45 |
| Binary | 10100110 | 11000 | 10100010 | 0 | 1010110 | 10 | 100011 | 100101110 | 1001011 | 100101 |
Color Harmonies of #A618A2
Complementary color
Monochromatic Colors of #A618A2
Black with #A618A2
Text Example
Text Example
White with #A618A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618A2; }
p { color: rgb(166,24,162); }
H1.HeaderClassName
{
color: #A618A2;
}
.AnyTagClassName
{
color: #A618A2;
}
</style>
background-color css
<style>
a { background-color: #A618A2; }
a { background-color: rgb(166,24,162); }
div.DivClassName
{
background-color: #A618A2;
}
.BgClassName
{
background-color: #A618A2;
}
</style>
border-color css
<style>
span { border-color: #A618A2; }
span { border-color: rgb(166,24,162); }
td.TdClassName
{
border-color: #A618A2;
}
.TagClassName
{
border-color: #A618A2;
}
</style>