Shades of Dark Magenta #A700A3
Tints of Dark Magenta #A700A3
RGB
CMYK
RGB Variations
Color information
#A700A3 (or 0xA700A3) is known color: Dark Magenta. HEX triplet: A7, 00 and A3. RGB value is (167,0,163). Sum of RGB (Red+Green+Blue) = 167+0+163=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A700A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A700A3 is #58FF5C. Grayscale: #444444. Windows color (decimal): -5832541 or 10682535. OLE color: 10682535.
HSL color Cylindrical-coordinate representation of color #A700A3: hue angle of 301.44º 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 #A700A3 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.02 | 0.35 |
| HSL | 301.44º | 1% | 0.33% | - |
| HSV(B) | 301.44º | 1% | 0.65% | - |
| XYZ | 22.55 | 10.86 | 35.56 | - |
| YUV | 68.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 163 | 0 | 1 | 0.02 | 0.35 | 301.44 | 1 | 0.33 |
| Hex | A7 | 0 | A3 | 0 | 64 | 2 | 23 | 12D | 64 | 21 |
| Octal | 247 | 0 | 243 | 0 | 144 | 2 | 43 | 455 | 144 | 41 |
| Binary | 10100111 | 0 | 10100011 | 0 | 1100100 | 10 | 100011 | 100101101 | 1100100 | 100001 |
Color Harmonies of #A700A3
Complementary color
Monochromatic Colors of #A700A3
Black with #A700A3
Text Example
Text Example
White with #A700A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700A3; }
p { color: rgb(167,0,163); }
H1.HeaderClassName
{
color: #A700A3;
}
.AnyTagClassName
{
color: #A700A3;
}
</style>
background-color css
<style>
a { background-color: #A700A3; }
a { background-color: rgb(167,0,163); }
div.DivClassName
{
background-color: #A700A3;
}
.BgClassName
{
background-color: #A700A3;
}
</style>
border-color css
<style>
span { border-color: #A700A3; }
span { border-color: rgb(167,0,163); }
td.TdClassName
{
border-color: #A700A3;
}
.TagClassName
{
border-color: #A700A3;
}
</style>