Shades of Dark Magenta #A002AA
Tints of Dark Magenta #A002AA
RGB
CMYK
RGB Variations
Color information
#A002AA (or 0xA002AA) is known color: Dark Magenta. HEX triplet: A0, 02 and AA. RGB value is (160,2,170). Sum of RGB (Red+Green+Blue) = 160+2+170=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #A002AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A002AA is #5FFD55. Grayscale: #434343. Windows color (decimal): -6290774 or 11141792. OLE color: 11141792.
HSL color Cylindrical-coordinate representation of color #A002AA: hue angle of 296.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002AA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 2 | 170 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.33 |
| HSL | 296.43º | 0.98% | 0.34% | - |
| HSV(B) | 296.43º | 0.99% | 0.67% | - |
| XYZ | 21.77 | 10.42 | 38.89 | - |
| YUV | 68.39 | 185.35 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 170 | 0.06 | 0.99 | 0 | 0.33 | 296.43 | 0.98 | 0.34 |
| Hex | A0 | 2 | AA | 6 | 63 | 0 | 21 | 128 | 62 | 22 |
| Octal | 240 | 2 | 252 | 6 | 143 | 0 | 41 | 450 | 142 | 42 |
| Binary | 10100000 | 10 | 10101010 | 110 | 1100011 | 0 | 100001 | 100101000 | 1100010 | 100010 |
Color Harmonies of #A002AA
Complementary color
Monochromatic Colors of #A002AA
Black with #A002AA
Text Example
Text Example
White with #A002AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002AA; }
p { color: rgb(160,2,170); }
H1.HeaderClassName
{
color: #A002AA;
}
.AnyTagClassName
{
color: #A002AA;
}
</style>
background-color css
<style>
a { background-color: #A002AA; }
a { background-color: rgb(160,2,170); }
div.DivClassName
{
background-color: #A002AA;
}
.BgClassName
{
background-color: #A002AA;
}
</style>
border-color css
<style>
span { border-color: #A002AA; }
span { border-color: rgb(160,2,170); }
td.TdClassName
{
border-color: #A002AA;
}
.TagClassName
{
border-color: #A002AA;
}
</style>