Shades of Dark Magenta #A003A6
Tints of Dark Magenta #A003A6
RGB
CMYK
RGB Variations
Color information
#A003A6 (or 0xA003A6) is known color: Dark Magenta. HEX triplet: A0, 03 and A6. RGB value is (160,3,166). Sum of RGB (Red+Green+Blue) = 160+3+166=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #A003A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A003A6 is #5FFC59. Grayscale: #444444. Windows color (decimal): -6290522 or 10879904. OLE color: 10879904.
HSL color Cylindrical-coordinate representation of color #A003A6: hue angle of 297.79º 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 #A003A6 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 3 | 166 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.35 |
| HSL | 297.79º | 0.96% | 0.33% | - |
| HSV(B) | 297.79º | 0.98% | 0.65% | - |
| XYZ | 21.41 | 10.29 | 36.93 | - |
| YUV | 68.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 166 | 0.04 | 0.98 | 0 | 0.35 | 297.79 | 0.96 | 0.33 |
| Hex | A0 | 3 | A6 | 4 | 62 | 0 | 23 | 12A | 60 | 21 |
| Octal | 240 | 3 | 246 | 4 | 142 | 0 | 43 | 452 | 140 | 41 |
| Binary | 10100000 | 11 | 10100110 | 100 | 1100010 | 0 | 100011 | 100101010 | 1100000 | 100001 |
Color Harmonies of #A003A6
Complementary color
Monochromatic Colors of #A003A6
Black with #A003A6
Text Example
Text Example
White with #A003A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003A6; }
p { color: rgb(160,3,166); }
H1.HeaderClassName
{
color: #A003A6;
}
.AnyTagClassName
{
color: #A003A6;
}
</style>
background-color css
<style>
a { background-color: #A003A6; }
a { background-color: rgb(160,3,166); }
div.DivClassName
{
background-color: #A003A6;
}
.BgClassName
{
background-color: #A003A6;
}
</style>
border-color css
<style>
span { border-color: #A003A6; }
span { border-color: rgb(160,3,166); }
td.TdClassName
{
border-color: #A003A6;
}
.TagClassName
{
border-color: #A003A6;
}
</style>