Shades of Dark Magenta #A6078C
Tints of Dark Magenta #A6078C
RGB
CMYK
RGB Variations
Color information
#A6078C (or 0xA6078C) is known color: Dark Magenta. HEX triplet: A6, 07 and 8C. RGB value is (166,7,140). Sum of RGB (Red+Green+Blue) = 166+7+140=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6078C is #59F873. Grayscale: #454545. Windows color (decimal): -5896308 or 9176998. OLE color: 9176998.
HSL color Cylindrical-coordinate representation of color #A6078C: hue angle of 309.81º 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 #A6078C is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 140 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.35 |
| HSL | 309.81º | 0.92% | 0.34% | - |
| HSV(B) | 309.81º | 0.96% | 0.65% | - |
| XYZ | 20.54 | 10.15 | 25.69 | - |
| YUV | 69.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 140 | 0 | 0.96 | 0.16 | 0.35 | 309.81 | 0.92 | 0.34 |
| Hex | A6 | 7 | 8C | 0 | 60 | 10 | 23 | 136 | 5C | 22 |
| Octal | 246 | 7 | 214 | 0 | 140 | 20 | 43 | 466 | 134 | 42 |
| Binary | 10100110 | 111 | 10001100 | 0 | 1100000 | 10000 | 100011 | 100110110 | 1011100 | 100010 |
Color Harmonies of #A6078C
Complementary color
Monochromatic Colors of #A6078C
Black with #A6078C
Text Example
Text Example
White with #A6078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6078C; }
p { color: rgb(166,7,140); }
H1.HeaderClassName
{
color: #A6078C;
}
.AnyTagClassName
{
color: #A6078C;
}
</style>
background-color css
<style>
a { background-color: #A6078C; }
a { background-color: rgb(166,7,140); }
div.DivClassName
{
background-color: #A6078C;
}
.BgClassName
{
background-color: #A6078C;
}
</style>
border-color css
<style>
span { border-color: #A6078C; }
span { border-color: rgb(166,7,140); }
td.TdClassName
{
border-color: #A6078C;
}
.TagClassName
{
border-color: #A6078C;
}
</style>