Shades of Dark Magenta #A702A6
Tints of Dark Magenta #A702A6
RGB
CMYK
RGB Variations
Color information
#A702A6 (or 0xA702A6) is known color: Dark Magenta. HEX triplet: A7, 02 and A6. RGB value is (167,2,166). Sum of RGB (Red+Green+Blue) = 167+2+166=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A702A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A702A6 is #58FD59. Grayscale: #454545. Windows color (decimal): -5832026 or 10879655. OLE color: 10879655.
HSL color Cylindrical-coordinate representation of color #A702A6: hue angle of 300.36º 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 #A702A6 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.35 |
| HSL | 300.36º | 0.98% | 0.33% | - |
| HSV(B) | 300.36º | 0.99% | 0.65% | - |
| XYZ | 22.84 | 11.01 | 37 | - |
| YUV | 70.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 166 | 0 | 0.99 | 0.01 | 0.35 | 300.36 | 0.98 | 0.33 |
| Hex | A7 | 2 | A6 | 0 | 63 | 1 | 23 | 12C | 62 | 21 |
| Octal | 247 | 2 | 246 | 0 | 143 | 1 | 43 | 454 | 142 | 41 |
| Binary | 10100111 | 10 | 10100110 | 0 | 1100011 | 1 | 100011 | 100101100 | 1100010 | 100001 |
Color Harmonies of #A702A6
Complementary color
Monochromatic Colors of #A702A6
Black with #A702A6
Text Example
Text Example
White with #A702A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702A6; }
p { color: rgb(167,2,166); }
H1.HeaderClassName
{
color: #A702A6;
}
.AnyTagClassName
{
color: #A702A6;
}
</style>
background-color css
<style>
a { background-color: #A702A6; }
a { background-color: rgb(167,2,166); }
div.DivClassName
{
background-color: #A702A6;
}
.BgClassName
{
background-color: #A702A6;
}
</style>
border-color css
<style>
span { border-color: #A702A6; }
span { border-color: rgb(167,2,166); }
td.TdClassName
{
border-color: #A702A6;
}
.TagClassName
{
border-color: #A702A6;
}
</style>