Shades of Dark Magenta #A6209E
Tints of Dark Magenta #A6209E
RGB
CMYK
RGB Variations
Color information
#A6209E (or 0xA6209E) is known color: Dark Magenta. HEX triplet: A6, 20 and 9E. RGB value is (166,32,158). Sum of RGB (Red+Green+Blue) = 166+32+158=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6209E is #59DF61. Grayscale: #565656. Windows color (decimal): -5889890 or 10363046. OLE color: 10363046.
HSL color Cylindrical-coordinate representation of color #A6209E: hue angle of 303.58º 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 #A6209E is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 158 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.35 |
| HSL | 303.58º | 0.68% | 0.39% | - |
| HSV(B) | 303.58º | 0.81% | 0.65% | - |
| XYZ | 22.41 | 11.61 | 33.41 | - |
| YUV | 86.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 158 | 0 | 0.81 | 0.05 | 0.35 | 303.58 | 0.68 | 0.39 |
| Hex | A6 | 20 | 9E | 0 | 51 | 5 | 23 | 130 | 44 | 27 |
| Octal | 246 | 40 | 236 | 0 | 121 | 5 | 43 | 460 | 104 | 47 |
| Binary | 10100110 | 100000 | 10011110 | 0 | 1010001 | 101 | 100011 | 100110000 | 1000100 | 100111 |
Color Harmonies of #A6209E
Complementary color
Monochromatic Colors of #A6209E
Black with #A6209E
Text Example
Text Example
White with #A6209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6209E; }
p { color: rgb(166,32,158); }
H1.HeaderClassName
{
color: #A6209E;
}
.AnyTagClassName
{
color: #A6209E;
}
</style>
background-color css
<style>
a { background-color: #A6209E; }
a { background-color: rgb(166,32,158); }
div.DivClassName
{
background-color: #A6209E;
}
.BgClassName
{
background-color: #A6209E;
}
</style>
border-color css
<style>
span { border-color: #A6209E; }
span { border-color: rgb(166,32,158); }
td.TdClassName
{
border-color: #A6209E;
}
.TagClassName
{
border-color: #A6209E;
}
</style>