Shades of Dark Magenta #A6068D
Tints of Dark Magenta #A6068D
RGB
CMYK
RGB Variations
Color information
#A6068D (or 0xA6068D) is known color: Dark Magenta. HEX triplet: A6, 06 and 8D. RGB value is (166,6,141). Sum of RGB (Red+Green+Blue) = 166+6+141=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6068D is #59F972. Grayscale: #444444. Windows color (decimal): -5896563 or 9242278. OLE color: 9242278.
HSL color Cylindrical-coordinate representation of color #A6068D: hue angle of 309.38º degrees, saturation: 0.93, 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 #A6068D is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 6 | 141 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.35 |
| HSL | 309.38º | 0.93% | 0.34% | - |
| HSV(B) | 309.38º | 0.96% | 0.65% | - |
| XYZ | 20.6 | 10.16 | 26.07 | - |
| YUV | 69.23 | 168.51 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 141 | 0 | 0.96 | 0.15 | 0.35 | 309.38 | 0.93 | 0.34 |
| Hex | A6 | 6 | 8D | 0 | 60 | F | 23 | 135 | 5D | 22 |
| Octal | 246 | 6 | 215 | 0 | 140 | 17 | 43 | 465 | 135 | 42 |
| Binary | 10100110 | 110 | 10001101 | 0 | 1100000 | 1111 | 100011 | 100110101 | 1011101 | 100010 |
Color Harmonies of #A6068D
Complementary color
Monochromatic Colors of #A6068D
Black with #A6068D
Text Example
Text Example
White with #A6068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6068D; }
p { color: rgb(166,6,141); }
H1.HeaderClassName
{
color: #A6068D;
}
.AnyTagClassName
{
color: #A6068D;
}
</style>
background-color css
<style>
a { background-color: #A6068D; }
a { background-color: rgb(166,6,141); }
div.DivClassName
{
background-color: #A6068D;
}
.BgClassName
{
background-color: #A6068D;
}
</style>
border-color css
<style>
span { border-color: #A6068D; }
span { border-color: rgb(166,6,141); }
td.TdClassName
{
border-color: #A6068D;
}
.TagClassName
{
border-color: #A6068D;
}
</style>