Shades of Dark Magenta #A00CA3
Tints of Dark Magenta #A00CA3
RGB
CMYK
RGB Variations
Color information
#A00CA3 (or 0xA00CA3) is known color: Dark Magenta. HEX triplet: A0, 0C and A3. RGB value is (160,12,163). Sum of RGB (Red+Green+Blue) = 160+12+163=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #A00CA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CA3 is #5FF35C. Grayscale: #494949. Windows color (decimal): -6288221 or 10685600. OLE color: 10685600.
HSL color Cylindrical-coordinate representation of color #A00CA3: hue angle of 298.81º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00CA3 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 12 | 163 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.36 |
| HSL | 298.81º | 0.86% | 0.34% | - |
| HSV(B) | 298.81º | 0.93% | 0.64% | - |
| XYZ | 21.24 | 10.38 | 35.53 | - |
| YUV | 73.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 163 | 0.02 | 0.93 | 0 | 0.36 | 298.81 | 0.86 | 0.34 |
| Hex | A0 | C | A3 | 2 | 5D | 0 | 24 | 12B | 56 | 22 |
| Octal | 240 | 14 | 243 | 2 | 135 | 0 | 44 | 453 | 126 | 42 |
| Binary | 10100000 | 1100 | 10100011 | 10 | 1011101 | 0 | 100100 | 100101011 | 1010110 | 100010 |
Color Harmonies of #A00CA3
Complementary color
Monochromatic Colors of #A00CA3
Black with #A00CA3
Text Example
Text Example
White with #A00CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CA3; }
p { color: rgb(160,12,163); }
H1.HeaderClassName
{
color: #A00CA3;
}
.AnyTagClassName
{
color: #A00CA3;
}
</style>
background-color css
<style>
a { background-color: #A00CA3; }
a { background-color: rgb(160,12,163); }
div.DivClassName
{
background-color: #A00CA3;
}
.BgClassName
{
background-color: #A00CA3;
}
</style>
border-color css
<style>
span { border-color: #A00CA3; }
span { border-color: rgb(160,12,163); }
td.TdClassName
{
border-color: #A00CA3;
}
.TagClassName
{
border-color: #A00CA3;
}
</style>