Shades of Dark Magenta #A6018D
Tints of Dark Magenta #A6018D
RGB
CMYK
RGB Variations
Color information
#A6018D (or 0xA6018D) is known color: Dark Magenta. HEX triplet: A6, 01 and 8D. RGB value is (166,1,141). Sum of RGB (Red+Green+Blue) = 166+1+141=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6018D is #59FE72. Grayscale: #414141. Windows color (decimal): -5897843 or 9240998. OLE color: 9240998.
HSL color Cylindrical-coordinate representation of color #A6018D: hue angle of 309.09º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6018D is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.35 |
| HSL | 309.09º | 0.99% | 0.33% | - |
| HSV(B) | 309.09º | 0.99% | 0.65% | - |
| XYZ | 20.54 | 10.05 | 26.06 | - |
| YUV | 66.3 | 170.16 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 141 | 0 | 0.99 | 0.15 | 0.35 | 309.09 | 0.99 | 0.33 |
| Hex | A6 | 1 | 8D | 0 | 63 | F | 23 | 135 | 63 | 21 |
| Octal | 246 | 1 | 215 | 0 | 143 | 17 | 43 | 465 | 143 | 41 |
| Binary | 10100110 | 1 | 10001101 | 0 | 1100011 | 1111 | 100011 | 100110101 | 1100011 | 100001 |
Color Harmonies of #A6018D
Complementary color
Monochromatic Colors of #A6018D
Black with #A6018D
Text Example
Text Example
White with #A6018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6018D; }
p { color: rgb(166,1,141); }
H1.HeaderClassName
{
color: #A6018D;
}
.AnyTagClassName
{
color: #A6018D;
}
</style>
background-color css
<style>
a { background-color: #A6018D; }
a { background-color: rgb(166,1,141); }
div.DivClassName
{
background-color: #A6018D;
}
.BgClassName
{
background-color: #A6018D;
}
</style>
border-color css
<style>
span { border-color: #A6018D; }
span { border-color: rgb(166,1,141); }
td.TdClassName
{
border-color: #A6018D;
}
.TagClassName
{
border-color: #A6018D;
}
</style>