Shades of Dark Magenta #A60DA3
Tints of Dark Magenta #A60DA3
RGB
CMYK
RGB Variations
Color information
#A60DA3 (or 0xA60DA3) is known color: Dark Magenta. HEX triplet: A6, 0D and A3. RGB value is (166,13,163). Sum of RGB (Red+Green+Blue) = 166+13+163=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A60DA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60DA3 is #59F25C. Grayscale: #4B4B4B. Windows color (decimal): -5894749 or 10685862. OLE color: 10685862.
HSL color Cylindrical-coordinate representation of color #A60DA3: hue angle of 301.18º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60DA3 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 13 | 163 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.35 |
| HSL | 301.18º | 0.85% | 0.35% | - |
| HSV(B) | 301.18º | 0.92% | 0.65% | - |
| XYZ | 22.48 | 11.04 | 35.6 | - |
| YUV | 75.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 163 | 0 | 0.92 | 0.02 | 0.35 | 301.18 | 0.85 | 0.35 |
| Hex | A6 | D | A3 | 0 | 5C | 2 | 23 | 12D | 55 | 23 |
| Octal | 246 | 15 | 243 | 0 | 134 | 2 | 43 | 455 | 125 | 43 |
| Binary | 10100110 | 1101 | 10100011 | 0 | 1011100 | 10 | 100011 | 100101101 | 1010101 | 100011 |
Color Harmonies of #A60DA3
Complementary color
Monochromatic Colors of #A60DA3
Black with #A60DA3
Text Example
Text Example
White with #A60DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DA3; }
p { color: rgb(166,13,163); }
H1.HeaderClassName
{
color: #A60DA3;
}
.AnyTagClassName
{
color: #A60DA3;
}
</style>
background-color css
<style>
a { background-color: #A60DA3; }
a { background-color: rgb(166,13,163); }
div.DivClassName
{
background-color: #A60DA3;
}
.BgClassName
{
background-color: #A60DA3;
}
</style>
border-color css
<style>
span { border-color: #A60DA3; }
span { border-color: rgb(166,13,163); }
td.TdClassName
{
border-color: #A60DA3;
}
.TagClassName
{
border-color: #A60DA3;
}
</style>