Shades of Dark Magenta #A702AD
Tints of Dark Magenta #A702AD
RGB
CMYK
RGB Variations
Color information
#A702AD (or 0xA702AD) is known color: Dark Magenta. HEX triplet: A7, 02 and AD. RGB value is (167,2,173). Sum of RGB (Red+Green+Blue) = 167+2+173=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #A702AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A702AD is #58FD52. Grayscale: #464646. Windows color (decimal): -5832019 or 11338407. OLE color: 11338407.
HSL color Cylindrical-coordinate representation of color #A702AD: hue angle of 297.89º 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 #A702AD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 2 | 173 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.32 |
| HSL | 297.89º | 0.98% | 0.34% | - |
| HSV(B) | 297.89º | 0.99% | 0.68% | - |
| XYZ | 23.5 | 11.28 | 40.47 | - |
| YUV | 70.83 | 185.66 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 173 | 0.03 | 0.99 | 0 | 0.32 | 297.89 | 0.98 | 0.34 |
| Hex | A7 | 2 | AD | 3 | 63 | 0 | 20 | 12A | 62 | 22 |
| Octal | 247 | 2 | 255 | 3 | 143 | 0 | 40 | 452 | 142 | 42 |
| Binary | 10100111 | 10 | 10101101 | 11 | 1100011 | 0 | 100000 | 100101010 | 1100010 | 100010 |
Color Harmonies of #A702AD
Complementary color
Monochromatic Colors of #A702AD
Black with #A702AD
Text Example
Text Example
White with #A702AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702AD; }
p { color: rgb(167,2,173); }
H1.HeaderClassName
{
color: #A702AD;
}
.AnyTagClassName
{
color: #A702AD;
}
</style>
background-color css
<style>
a { background-color: #A702AD; }
a { background-color: rgb(167,2,173); }
div.DivClassName
{
background-color: #A702AD;
}
.BgClassName
{
background-color: #A702AD;
}
</style>
border-color css
<style>
span { border-color: #A702AD; }
span { border-color: rgb(167,2,173); }
td.TdClassName
{
border-color: #A702AD;
}
.TagClassName
{
border-color: #A702AD;
}
</style>