Shades of Dark Magenta #A002AD
Tints of Dark Magenta #A002AD
RGB
CMYK
RGB Variations
Color information
#A002AD (or 0xA002AD) is known color: Dark Magenta. HEX triplet: A0, 02 and AD. RGB value is (160,2,173). Sum of RGB (Red+Green+Blue) = 160+2+173=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #A002AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A002AD is #5FFD52. Grayscale: #444444. Windows color (decimal): -6290771 or 11338400. OLE color: 11338400.
HSL color Cylindrical-coordinate representation of color #A002AD: hue angle of 295.44º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002AD is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 2 | 173 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.32 |
| HSL | 295.44º | 0.98% | 0.34% | - |
| HSV(B) | 295.44º | 0.99% | 0.68% | - |
| XYZ | 22.06 | 10.53 | 40.41 | - |
| YUV | 68.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 173 | 0.08 | 0.99 | 0 | 0.32 | 295.44 | 0.98 | 0.34 |
| Hex | A0 | 2 | AD | 8 | 63 | 0 | 20 | 127 | 62 | 22 |
| Octal | 240 | 2 | 255 | 10 | 143 | 0 | 40 | 447 | 142 | 42 |
| Binary | 10100000 | 10 | 10101101 | 1000 | 1100011 | 0 | 100000 | 100100111 | 1100010 | 100010 |
Color Harmonies of #A002AD
Complementary color
Monochromatic Colors of #A002AD
Black with #A002AD
Text Example
Text Example
White with #A002AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002AD; }
p { color: rgb(160,2,173); }
H1.HeaderClassName
{
color: #A002AD;
}
.AnyTagClassName
{
color: #A002AD;
}
</style>
background-color css
<style>
a { background-color: #A002AD; }
a { background-color: rgb(160,2,173); }
div.DivClassName
{
background-color: #A002AD;
}
.BgClassName
{
background-color: #A002AD;
}
</style>
border-color css
<style>
span { border-color: #A002AD; }
span { border-color: rgb(160,2,173); }
td.TdClassName
{
border-color: #A002AD;
}
.TagClassName
{
border-color: #A002AD;
}
</style>