Shades of Dark Magenta #A702AC
Tints of Dark Magenta #A702AC
RGB
CMYK
RGB Variations
Color information
#A702AC (or 0xA702AC) is known color: Dark Magenta. HEX triplet: A7, 02 and AC. RGB value is (167,2,172). Sum of RGB (Red+Green+Blue) = 167+2+172=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #A702AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A702AC is #58FD53. Grayscale: #464646. Windows color (decimal): -5832020 or 11272871. OLE color: 11272871.
HSL color Cylindrical-coordinate representation of color #A702AC: hue angle of 298.24º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702AC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 2 | 172 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.33 |
| HSL | 298.24º | 0.98% | 0.34% | - |
| HSV(B) | 298.24º | 0.99% | 0.67% | - |
| XYZ | 23.4 | 11.24 | 39.97 | - |
| YUV | 70.72 | 185.16 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 172 | 0.03 | 0.99 | 0 | 0.33 | 298.24 | 0.98 | 0.34 |
| Hex | A7 | 2 | AC | 3 | 63 | 0 | 21 | 12A | 62 | 22 |
| Octal | 247 | 2 | 254 | 3 | 143 | 0 | 41 | 452 | 142 | 42 |
| Binary | 10100111 | 10 | 10101100 | 11 | 1100011 | 0 | 100001 | 100101010 | 1100010 | 100010 |
Color Harmonies of #A702AC
Complementary color
Monochromatic Colors of #A702AC
Black with #A702AC
Text Example
Text Example
White with #A702AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702AC; }
p { color: rgb(167,2,172); }
H1.HeaderClassName
{
color: #A702AC;
}
.AnyTagClassName
{
color: #A702AC;
}
</style>
background-color css
<style>
a { background-color: #A702AC; }
a { background-color: rgb(167,2,172); }
div.DivClassName
{
background-color: #A702AC;
}
.BgClassName
{
background-color: #A702AC;
}
</style>
border-color css
<style>
span { border-color: #A702AC; }
span { border-color: rgb(167,2,172); }
td.TdClassName
{
border-color: #A702AC;
}
.TagClassName
{
border-color: #A702AC;
}
</style>