Shades of Dark Magenta #A6039B
Tints of Dark Magenta #A6039B
RGB
CMYK
RGB Variations
Color information
#A6039B (or 0xA6039B) is known color: Dark Magenta. HEX triplet: A6, 03 and 9B. RGB value is (166,3,155). Sum of RGB (Red+Green+Blue) = 166+3+155=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6039B is #59FC64. Grayscale: #444444. Windows color (decimal): -5897317 or 10159014. OLE color: 10159014.
HSL color Cylindrical-coordinate representation of color #A6039B: hue angle of 304.05º 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 #A6039B is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.35 |
| HSL | 304.05º | 0.96% | 0.33% | - |
| HSV(B) | 304.05º | 0.98% | 0.65% | - |
| XYZ | 21.67 | 10.54 | 31.9 | - |
| YUV | 69.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 155 | 0 | 0.98 | 0.07 | 0.35 | 304.05 | 0.96 | 0.33 |
| Hex | A6 | 3 | 9B | 0 | 62 | 7 | 23 | 130 | 60 | 21 |
| Octal | 246 | 3 | 233 | 0 | 142 | 7 | 43 | 460 | 140 | 41 |
| Binary | 10100110 | 11 | 10011011 | 0 | 1100010 | 111 | 100011 | 100110000 | 1100000 | 100001 |
Color Harmonies of #A6039B
Complementary color
Monochromatic Colors of #A6039B
Black with #A6039B
Text Example
Text Example
White with #A6039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6039B; }
p { color: rgb(166,3,155); }
H1.HeaderClassName
{
color: #A6039B;
}
.AnyTagClassName
{
color: #A6039B;
}
</style>
background-color css
<style>
a { background-color: #A6039B; }
a { background-color: rgb(166,3,155); }
div.DivClassName
{
background-color: #A6039B;
}
.BgClassName
{
background-color: #A6039B;
}
</style>
border-color css
<style>
span { border-color: #A6039B; }
span { border-color: rgb(166,3,155); }
td.TdClassName
{
border-color: #A6039B;
}
.TagClassName
{
border-color: #A6039B;
}
</style>