Shades of Dark Magenta #A702A2
Tints of Dark Magenta #A702A2
RGB
CMYK
RGB Variations
Color information
#A702A2 (or 0xA702A2) is known color: Dark Magenta. HEX triplet: A7, 02 and A2. RGB value is (167,2,162). Sum of RGB (Red+Green+Blue) = 167+2+162=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A702A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A702A2 is #58FD5D. Grayscale: #454545. Windows color (decimal): -5832030 or 10617511. OLE color: 10617511.
HSL color Cylindrical-coordinate representation of color #A702A2: hue angle of 301.82º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702A2 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.35 |
| HSL | 301.82º | 0.98% | 0.33% | - |
| HSV(B) | 301.82º | 0.99% | 0.65% | - |
| XYZ | 22.48 | 10.87 | 35.1 | - |
| YUV | 69.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 162 | 0 | 0.99 | 0.03 | 0.35 | 301.82 | 0.98 | 0.33 |
| Hex | A7 | 2 | A2 | 0 | 63 | 3 | 23 | 12E | 62 | 21 |
| Octal | 247 | 2 | 242 | 0 | 143 | 3 | 43 | 456 | 142 | 41 |
| Binary | 10100111 | 10 | 10100010 | 0 | 1100011 | 11 | 100011 | 100101110 | 1100010 | 100001 |
Color Harmonies of #A702A2
Complementary color
Monochromatic Colors of #A702A2
Black with #A702A2
Text Example
Text Example
White with #A702A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702A2; }
p { color: rgb(167,2,162); }
H1.HeaderClassName
{
color: #A702A2;
}
.AnyTagClassName
{
color: #A702A2;
}
</style>
background-color css
<style>
a { background-color: #A702A2; }
a { background-color: rgb(167,2,162); }
div.DivClassName
{
background-color: #A702A2;
}
.BgClassName
{
background-color: #A702A2;
}
</style>
border-color css
<style>
span { border-color: #A702A2; }
span { border-color: rgb(167,2,162); }
td.TdClassName
{
border-color: #A702A2;
}
.TagClassName
{
border-color: #A702A2;
}
</style>