Shades of Dark Magenta #A002A2
Tints of Dark Magenta #A002A2
RGB
CMYK
RGB Variations
Color information
#A002A2 (or 0xA002A2) is known color: Dark Magenta. HEX triplet: A0, 02 and A2. RGB value is (160,2,162). Sum of RGB (Red+Green+Blue) = 160+2+162=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #A002A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A002A2 is #5FFD5D. Grayscale: #434343. Windows color (decimal): -6290782 or 10617504. OLE color: 10617504.
HSL color Cylindrical-coordinate representation of color #A002A2: hue angle of 299.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002A2 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 2 | 162 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.36 |
| HSL | 299.25º | 0.98% | 0.32% | - |
| HSV(B) | 299.25º | 0.99% | 0.64% | - |
| XYZ | 21.04 | 10.13 | 35.03 | - |
| YUV | 67.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 162 | 0.01 | 0.99 | 0 | 0.36 | 299.25 | 0.98 | 0.32 |
| Hex | A0 | 2 | A2 | 1 | 63 | 0 | 24 | 12B | 62 | 20 |
| Octal | 240 | 2 | 242 | 1 | 143 | 0 | 44 | 453 | 142 | 40 |
| Binary | 10100000 | 10 | 10100010 | 1 | 1100011 | 0 | 100100 | 100101011 | 1100010 | 100000 |
Color Harmonies of #A002A2
Complementary color
Monochromatic Colors of #A002A2
Black with #A002A2
Text Example
Text Example
White with #A002A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002A2; }
p { color: rgb(160,2,162); }
H1.HeaderClassName
{
color: #A002A2;
}
.AnyTagClassName
{
color: #A002A2;
}
</style>
background-color css
<style>
a { background-color: #A002A2; }
a { background-color: rgb(160,2,162); }
div.DivClassName
{
background-color: #A002A2;
}
.BgClassName
{
background-color: #A002A2;
}
</style>
border-color css
<style>
span { border-color: #A002A2; }
span { border-color: rgb(160,2,162); }
td.TdClassName
{
border-color: #A002A2;
}
.TagClassName
{
border-color: #A002A2;
}
</style>