Shades of Dark Magenta #A6078E
Tints of Dark Magenta #A6078E
RGB
CMYK
RGB Variations
Color information
#A6078E (or 0xA6078E) is known color: Dark Magenta. HEX triplet: A6, 07 and 8E. RGB value is (166,7,142). Sum of RGB (Red+Green+Blue) = 166+7+142=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6078E is #59F871. Grayscale: #454545. Windows color (decimal): -5896306 or 9308070. OLE color: 9308070.
HSL color Cylindrical-coordinate representation of color #A6078E: hue angle of 309.06º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6078E is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 142 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.35 |
| HSL | 309.06º | 0.92% | 0.34% | - |
| HSV(B) | 309.06º | 0.96% | 0.65% | - |
| XYZ | 20.68 | 10.21 | 26.47 | - |
| YUV | 69.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 142 | 0 | 0.96 | 0.14 | 0.35 | 309.06 | 0.92 | 0.34 |
| Hex | A6 | 7 | 8E | 0 | 60 | E | 23 | 135 | 5C | 22 |
| Octal | 246 | 7 | 216 | 0 | 140 | 16 | 43 | 465 | 134 | 42 |
| Binary | 10100110 | 111 | 10001110 | 0 | 1100000 | 1110 | 100011 | 100110101 | 1011100 | 100010 |
Color Harmonies of #A6078E
Complementary color
Monochromatic Colors of #A6078E
Black with #A6078E
Text Example
Text Example
White with #A6078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6078E; }
p { color: rgb(166,7,142); }
H1.HeaderClassName
{
color: #A6078E;
}
.AnyTagClassName
{
color: #A6078E;
}
</style>
background-color css
<style>
a { background-color: #A6078E; }
a { background-color: rgb(166,7,142); }
div.DivClassName
{
background-color: #A6078E;
}
.BgClassName
{
background-color: #A6078E;
}
</style>
border-color css
<style>
span { border-color: #A6078E; }
span { border-color: rgb(166,7,142); }
td.TdClassName
{
border-color: #A6078E;
}
.TagClassName
{
border-color: #A6078E;
}
</style>