Shades of Dark Magenta #A6039C
Tints of Dark Magenta #A6039C
RGB
CMYK
RGB Variations
Color information
#A6039C (or 0xA6039C) is known color: Dark Magenta. HEX triplet: A6, 03 and 9C. RGB value is (166,3,156). Sum of RGB (Red+Green+Blue) = 166+3+156=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6039C is #59FC63. Grayscale: #444444. Windows color (decimal): -5897316 or 10224550. OLE color: 10224550.
HSL color Cylindrical-coordinate representation of color #A6039C: hue angle of 303.68º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6039C is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.35 |
| HSL | 303.68º | 0.96% | 0.33% | - |
| HSV(B) | 303.68º | 0.98% | 0.65% | - |
| XYZ | 21.76 | 10.57 | 32.35 | - |
| YUV | 69.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 156 | 0 | 0.98 | 0.06 | 0.35 | 303.68 | 0.96 | 0.33 |
| Hex | A6 | 3 | 9C | 0 | 62 | 6 | 23 | 130 | 60 | 21 |
| Octal | 246 | 3 | 234 | 0 | 142 | 6 | 43 | 460 | 140 | 41 |
| Binary | 10100110 | 11 | 10011100 | 0 | 1100010 | 110 | 100011 | 100110000 | 1100000 | 100001 |
Color Harmonies of #A6039C
Complementary color
Monochromatic Colors of #A6039C
Black with #A6039C
Text Example
Text Example
White with #A6039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6039C; }
p { color: rgb(166,3,156); }
H1.HeaderClassName
{
color: #A6039C;
}
.AnyTagClassName
{
color: #A6039C;
}
</style>
background-color css
<style>
a { background-color: #A6039C; }
a { background-color: rgb(166,3,156); }
div.DivClassName
{
background-color: #A6039C;
}
.BgClassName
{
background-color: #A6039C;
}
</style>
border-color css
<style>
span { border-color: #A6039C; }
span { border-color: rgb(166,3,156); }
td.TdClassName
{
border-color: #A6039C;
}
.TagClassName
{
border-color: #A6039C;
}
</style>