Shades of Dark Magenta #A618A1
Tints of Dark Magenta #A618A1
RGB
CMYK
RGB Variations
Color information
#A618A1 (or 0xA618A1) is known color: Dark Magenta. HEX triplet: A6, 18 and A1. RGB value is (166,24,161). Sum of RGB (Red+Green+Blue) = 166+24+161=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A618A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A618A1 is #59E75E. Grayscale: #515151. Windows color (decimal): -5891935 or 10557606. OLE color: 10557606.
HSL color Cylindrical-coordinate representation of color #A618A1: hue angle of 302.11º 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 #A618A1 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 161 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.35 |
| HSL | 302.11º | 0.75% | 0.37% | - |
| HSV(B) | 302.11º | 0.86% | 0.65% | - |
| XYZ | 22.49 | 11.33 | 34.72 | - |
| YUV | 82.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 161 | 0 | 0.86 | 0.03 | 0.35 | 302.11 | 0.75 | 0.37 |
| Hex | A6 | 18 | A1 | 0 | 56 | 3 | 23 | 12E | 4B | 25 |
| Octal | 246 | 30 | 241 | 0 | 126 | 3 | 43 | 456 | 113 | 45 |
| Binary | 10100110 | 11000 | 10100001 | 0 | 1010110 | 11 | 100011 | 100101110 | 1001011 | 100101 |
Color Harmonies of #A618A1
Complementary color
Monochromatic Colors of #A618A1
Black with #A618A1
Text Example
Text Example
White with #A618A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618A1; }
p { color: rgb(166,24,161); }
H1.HeaderClassName
{
color: #A618A1;
}
.AnyTagClassName
{
color: #A618A1;
}
</style>
background-color css
<style>
a { background-color: #A618A1; }
a { background-color: rgb(166,24,161); }
div.DivClassName
{
background-color: #A618A1;
}
.BgClassName
{
background-color: #A618A1;
}
</style>
border-color css
<style>
span { border-color: #A618A1; }
span { border-color: rgb(166,24,161); }
td.TdClassName
{
border-color: #A618A1;
}
.TagClassName
{
border-color: #A618A1;
}
</style>