Shades of Dark Magenta #A700A2
Tints of Dark Magenta #A700A2
RGB
CMYK
RGB Variations
Color information
#A700A2 (or 0xA700A2) is known color: Dark Magenta. HEX triplet: A7, 00 and A2. RGB value is (167,0,162). Sum of RGB (Red+Green+Blue) = 167+0+162=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A700A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A700A2 is #58FF5D. Grayscale: #434343. Windows color (decimal): -5832542 or 10616999. OLE color: 10616999.
HSL color Cylindrical-coordinate representation of color #A700A2: hue angle of 301.8º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700A2 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.03 | 0.35 |
| HSL | 301.8º | 1% | 0.33% | - |
| HSV(B) | 301.8º | 1% | 0.65% | - |
| XYZ | 22.46 | 10.82 | 35.09 | - |
| YUV | 68.4 | 180.83 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 162 | 0 | 1 | 0.03 | 0.35 | 301.8 | 1 | 0.33 |
| Hex | A7 | 0 | A2 | 0 | 64 | 3 | 23 | 12E | 64 | 21 |
| Octal | 247 | 0 | 242 | 0 | 144 | 3 | 43 | 456 | 144 | 41 |
| Binary | 10100111 | 0 | 10100010 | 0 | 1100100 | 11 | 100011 | 100101110 | 1100100 | 100001 |
Color Harmonies of #A700A2
Complementary color
Monochromatic Colors of #A700A2
Black with #A700A2
Text Example
Text Example
White with #A700A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700A2; }
p { color: rgb(167,0,162); }
H1.HeaderClassName
{
color: #A700A2;
}
.AnyTagClassName
{
color: #A700A2;
}
</style>
background-color css
<style>
a { background-color: #A700A2; }
a { background-color: rgb(167,0,162); }
div.DivClassName
{
background-color: #A700A2;
}
.BgClassName
{
background-color: #A700A2;
}
</style>
border-color css
<style>
span { border-color: #A700A2; }
span { border-color: rgb(167,0,162); }
td.TdClassName
{
border-color: #A700A2;
}
.TagClassName
{
border-color: #A700A2;
}
</style>