Shades of Dark Magenta #A603A0
Tints of Dark Magenta #A603A0
RGB
CMYK
RGB Variations
Color information
#A603A0 (or 0xA603A0) is known color: Dark Magenta. HEX triplet: A6, 03 and A0. RGB value is (166,3,160). Sum of RGB (Red+Green+Blue) = 166+3+160=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 160 (62.89% from 255 or 48.63% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A603A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A603A0 is #59FC5F. Grayscale: #454545. Windows color (decimal): -5897312 or 10486694. OLE color: 10486694.
HSL color Cylindrical-coordinate representation of color #A603A0: hue angle of 302.21º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A603A0 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 160 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.35 |
| HSL | 302.21º | 0.96% | 0.33% | - |
| HSV(B) | 302.21º | 0.98% | 0.65% | - |
| XYZ | 22.1 | 10.71 | 34.16 | - |
| YUV | 69.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 160 | 0 | 0.98 | 0.04 | 0.35 | 302.21 | 0.96 | 0.33 |
| Hex | A6 | 3 | A0 | 0 | 62 | 4 | 23 | 12E | 60 | 21 |
| Octal | 246 | 3 | 240 | 0 | 142 | 4 | 43 | 456 | 140 | 41 |
| Binary | 10100110 | 11 | 10100000 | 0 | 1100010 | 100 | 100011 | 100101110 | 1100000 | 100001 |
Color Harmonies of #A603A0
Complementary color
Monochromatic Colors of #A603A0
Black with #A603A0
Text Example
Text Example
White with #A603A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603A0; }
p { color: rgb(166,3,160); }
H1.HeaderClassName
{
color: #A603A0;
}
.AnyTagClassName
{
color: #A603A0;
}
</style>
background-color css
<style>
a { background-color: #A603A0; }
a { background-color: rgb(166,3,160); }
div.DivClassName
{
background-color: #A603A0;
}
.BgClassName
{
background-color: #A603A0;
}
</style>
border-color css
<style>
span { border-color: #A603A0; }
span { border-color: rgb(166,3,160); }
td.TdClassName
{
border-color: #A603A0;
}
.TagClassName
{
border-color: #A603A0;
}
</style>