Shades of Dark Magenta #A00CA5
Tints of Dark Magenta #A00CA5
RGB
CMYK
RGB Variations
Color information
#A00CA5 (or 0xA00CA5) is known color: Dark Magenta. HEX triplet: A0, 0C and A5. RGB value is (160,12,165). Sum of RGB (Red+Green+Blue) = 160+12+165=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #A00CA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CA5 is #5FF35A. Grayscale: #494949. Windows color (decimal): -6288219 or 10816672. OLE color: 10816672.
HSL color Cylindrical-coordinate representation of color #A00CA5: hue angle of 298.04º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00CA5 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 12 | 165 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.35 |
| HSL | 298.04º | 0.86% | 0.35% | - |
| HSV(B) | 298.04º | 0.93% | 0.65% | - |
| XYZ | 21.42 | 10.45 | 36.49 | - |
| YUV | 73.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 165 | 0.03 | 0.93 | 0 | 0.35 | 298.04 | 0.86 | 0.35 |
| Hex | A0 | C | A5 | 3 | 5D | 0 | 23 | 12A | 56 | 23 |
| Octal | 240 | 14 | 245 | 3 | 135 | 0 | 43 | 452 | 126 | 43 |
| Binary | 10100000 | 1100 | 10100101 | 11 | 1011101 | 0 | 100011 | 100101010 | 1010110 | 100011 |
Color Harmonies of #A00CA5
Complementary color
Monochromatic Colors of #A00CA5
Black with #A00CA5
Text Example
Text Example
White with #A00CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CA5; }
p { color: rgb(160,12,165); }
H1.HeaderClassName
{
color: #A00CA5;
}
.AnyTagClassName
{
color: #A00CA5;
}
</style>
background-color css
<style>
a { background-color: #A00CA5; }
a { background-color: rgb(160,12,165); }
div.DivClassName
{
background-color: #A00CA5;
}
.BgClassName
{
background-color: #A00CA5;
}
</style>
border-color css
<style>
span { border-color: #A00CA5; }
span { border-color: rgb(160,12,165); }
td.TdClassName
{
border-color: #A00CA5;
}
.TagClassName
{
border-color: #A00CA5;
}
</style>