Shades of Dark Magenta #A6019C
Tints of Dark Magenta #A6019C
RGB
CMYK
RGB Variations
Color information
#A6019C (or 0xA6019C) is known color: Dark Magenta. HEX triplet: A6, 01 and 9C. RGB value is (166,1,156). Sum of RGB (Red+Green+Blue) = 166+1+156=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6019C is #59FE63. Grayscale: #434343. Windows color (decimal): -5897828 or 10224038. OLE color: 10224038.
HSL color Cylindrical-coordinate representation of color #A6019C: hue angle of 303.64º 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 #A6019C is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.35 |
| HSL | 303.64º | 0.99% | 0.33% | - |
| HSV(B) | 303.64º | 0.99% | 0.65% | - |
| XYZ | 21.74 | 10.53 | 32.34 | - |
| YUV | 68.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 156 | 0 | 0.99 | 0.06 | 0.35 | 303.64 | 0.99 | 0.33 |
| Hex | A6 | 1 | 9C | 0 | 63 | 6 | 23 | 130 | 63 | 21 |
| Octal | 246 | 1 | 234 | 0 | 143 | 6 | 43 | 460 | 143 | 41 |
| Binary | 10100110 | 1 | 10011100 | 0 | 1100011 | 110 | 100011 | 100110000 | 1100011 | 100001 |
Color Harmonies of #A6019C
Complementary color
Monochromatic Colors of #A6019C
Black with #A6019C
Text Example
Text Example
White with #A6019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6019C; }
p { color: rgb(166,1,156); }
H1.HeaderClassName
{
color: #A6019C;
}
.AnyTagClassName
{
color: #A6019C;
}
</style>
background-color css
<style>
a { background-color: #A6019C; }
a { background-color: rgb(166,1,156); }
div.DivClassName
{
background-color: #A6019C;
}
.BgClassName
{
background-color: #A6019C;
}
</style>
border-color css
<style>
span { border-color: #A6019C; }
span { border-color: rgb(166,1,156); }
td.TdClassName
{
border-color: #A6019C;
}
.TagClassName
{
border-color: #A6019C;
}
</style>