Shades of Dark Magenta #A005AA
Tints of Dark Magenta #A005AA
RGB
CMYK
RGB Variations
Color information
#A005AA (or 0xA005AA) is known color: Dark Magenta. HEX triplet: A0, 05 and AA. RGB value is (160,5,170). Sum of RGB (Red+Green+Blue) = 160+5+170=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #A005AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005AA is #5FFA55. Grayscale: #454545. Windows color (decimal): -6290006 or 11142560. OLE color: 11142560.
HSL color Cylindrical-coordinate representation of color #A005AA: hue angle of 296.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005AA is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 5 | 170 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.33 |
| HSL | 296.36º | 0.94% | 0.34% | - |
| HSV(B) | 296.36º | 0.97% | 0.67% | - |
| XYZ | 21.81 | 10.48 | 38.9 | - |
| YUV | 70.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 170 | 0.06 | 0.97 | 0 | 0.33 | 296.36 | 0.94 | 0.34 |
| Hex | A0 | 5 | AA | 6 | 61 | 0 | 21 | 128 | 5E | 22 |
| Octal | 240 | 5 | 252 | 6 | 141 | 0 | 41 | 450 | 136 | 42 |
| Binary | 10100000 | 101 | 10101010 | 110 | 1100001 | 0 | 100001 | 100101000 | 1011110 | 100010 |
Color Harmonies of #A005AA
Complementary color
Monochromatic Colors of #A005AA
Black with #A005AA
Text Example
Text Example
White with #A005AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005AA; }
p { color: rgb(160,5,170); }
H1.HeaderClassName
{
color: #A005AA;
}
.AnyTagClassName
{
color: #A005AA;
}
</style>
background-color css
<style>
a { background-color: #A005AA; }
a { background-color: rgb(160,5,170); }
div.DivClassName
{
background-color: #A005AA;
}
.BgClassName
{
background-color: #A005AA;
}
</style>
border-color css
<style>
span { border-color: #A005AA; }
span { border-color: rgb(160,5,170); }
td.TdClassName
{
border-color: #A005AA;
}
.TagClassName
{
border-color: #A005AA;
}
</style>