Shades of Dark Magenta #A005A3
Tints of Dark Magenta #A005A3
RGB
CMYK
RGB Variations
Color information
#A005A3 (or 0xA005A3) is known color: Dark Magenta. HEX triplet: A0, 05 and A3. RGB value is (160,5,163). Sum of RGB (Red+Green+Blue) = 160+5+163=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #A005A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005A3 is #5FFA5C. Grayscale: #444444. Windows color (decimal): -6290013 or 10683808. OLE color: 10683808.
HSL color Cylindrical-coordinate representation of color #A005A3: hue angle of 298.86º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005A3 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 5 | 163 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.36 |
| HSL | 298.86º | 0.94% | 0.33% | - |
| HSV(B) | 298.86º | 0.97% | 0.64% | - |
| XYZ | 21.16 | 10.23 | 35.51 | - |
| YUV | 69.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 163 | 0.02 | 0.97 | 0 | 0.36 | 298.86 | 0.94 | 0.33 |
| Hex | A0 | 5 | A3 | 2 | 61 | 0 | 24 | 12B | 5E | 21 |
| Octal | 240 | 5 | 243 | 2 | 141 | 0 | 44 | 453 | 136 | 41 |
| Binary | 10100000 | 101 | 10100011 | 10 | 1100001 | 0 | 100100 | 100101011 | 1011110 | 100001 |
Color Harmonies of #A005A3
Complementary color
Monochromatic Colors of #A005A3
Black with #A005A3
Text Example
Text Example
White with #A005A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005A3; }
p { color: rgb(160,5,163); }
H1.HeaderClassName
{
color: #A005A3;
}
.AnyTagClassName
{
color: #A005A3;
}
</style>
background-color css
<style>
a { background-color: #A005A3; }
a { background-color: rgb(160,5,163); }
div.DivClassName
{
background-color: #A005A3;
}
.BgClassName
{
background-color: #A005A3;
}
</style>
border-color css
<style>
span { border-color: #A005A3; }
span { border-color: rgb(160,5,163); }
td.TdClassName
{
border-color: #A005A3;
}
.TagClassName
{
border-color: #A005A3;
}
</style>