Shades of Dark Magenta #A6209D
Tints of Dark Magenta #A6209D
RGB
CMYK
RGB Variations
Color information
#A6209D (or 0xA6209D) is known color: Dark Magenta. HEX triplet: A6, 20 and 9D. RGB value is (166,32,157). Sum of RGB (Red+Green+Blue) = 166+32+157=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6209D is #59DF62. Grayscale: #555555. Windows color (decimal): -5889891 or 10297510. OLE color: 10297510.
HSL color Cylindrical-coordinate representation of color #A6209D: hue angle of 304.03º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6209D is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 157 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.35 |
| HSL | 304.03º | 0.68% | 0.39% | - |
| HSV(B) | 304.03º | 0.81% | 0.65% | - |
| XYZ | 22.33 | 11.57 | 32.96 | - |
| YUV | 86.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 157 | 0 | 0.81 | 0.05 | 0.35 | 304.03 | 0.68 | 0.39 |
| Hex | A6 | 20 | 9D | 0 | 51 | 5 | 23 | 130 | 44 | 27 |
| Octal | 246 | 40 | 235 | 0 | 121 | 5 | 43 | 460 | 104 | 47 |
| Binary | 10100110 | 100000 | 10011101 | 0 | 1010001 | 101 | 100011 | 100110000 | 1000100 | 100111 |
Color Harmonies of #A6209D
Complementary color
Monochromatic Colors of #A6209D
Black with #A6209D
Text Example
Text Example
White with #A6209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6209D; }
p { color: rgb(166,32,157); }
H1.HeaderClassName
{
color: #A6209D;
}
.AnyTagClassName
{
color: #A6209D;
}
</style>
background-color css
<style>
a { background-color: #A6209D; }
a { background-color: rgb(166,32,157); }
div.DivClassName
{
background-color: #A6209D;
}
.BgClassName
{
background-color: #A6209D;
}
</style>
border-color css
<style>
span { border-color: #A6209D; }
span { border-color: rgb(166,32,157); }
td.TdClassName
{
border-color: #A6209D;
}
.TagClassName
{
border-color: #A6209D;
}
</style>