Shades of Dark Magenta #A200AC
Tints of Dark Magenta #A200AC
RGB
CMYK
RGB Variations
Color information
#A200AC (or 0xA200AC) is known color: Dark Magenta. HEX triplet: A2, 00 and AC. RGB value is (162,0,172). Sum of RGB (Red+Green+Blue) = 162+0+172=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #A200AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A200AC is #5DFF53. Grayscale: #434343. Windows color (decimal): -6160212 or 11272354. OLE color: 11272354.
HSL color Cylindrical-coordinate representation of color #A200AC: hue angle of 296.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200AC is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 0 | 172 | - |
| CMYK | 0.06 | 1 | 0 | 0.33 |
| HSL | 296.51º | 1% | 0.34% | - |
| HSV(B) | 296.51º | 1% | 0.67% | - |
| XYZ | 22.35 | 10.66 | 39.91 | - |
| YUV | 68.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 172 | 0.06 | 1 | 0 | 0.33 | 296.51 | 1 | 0.34 |
| Hex | A2 | 0 | AC | 6 | 64 | 0 | 21 | 129 | 64 | 22 |
| Octal | 242 | 0 | 254 | 6 | 144 | 0 | 41 | 451 | 144 | 42 |
| Binary | 10100010 | 0 | 10101100 | 110 | 1100100 | 0 | 100001 | 100101001 | 1100100 | 100010 |
Color Harmonies of #A200AC
Complementary color
Monochromatic Colors of #A200AC
Black with #A200AC
Text Example
Text Example
White with #A200AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200AC; }
p { color: rgb(162,0,172); }
H1.HeaderClassName
{
color: #A200AC;
}
.AnyTagClassName
{
color: #A200AC;
}
</style>
background-color css
<style>
a { background-color: #A200AC; }
a { background-color: rgb(162,0,172); }
div.DivClassName
{
background-color: #A200AC;
}
.BgClassName
{
background-color: #A200AC;
}
</style>
border-color css
<style>
span { border-color: #A200AC; }
span { border-color: rgb(162,0,172); }
td.TdClassName
{
border-color: #A200AC;
}
.TagClassName
{
border-color: #A200AC;
}
</style>