Shades of Dark Magenta #A200AA
Tints of Dark Magenta #A200AA
RGB
CMYK
RGB Variations
Color information
#A200AA (or 0xA200AA) is known color: Dark Magenta. HEX triplet: A2, 00 and AA. RGB value is (162,0,170). Sum of RGB (Red+Green+Blue) = 162+0+170=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #A200AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A200AA is #5DFF55. Grayscale: #434343. Windows color (decimal): -6160214 or 11141282. OLE color: 11141282.
HSL color Cylindrical-coordinate representation of color #A200AA: hue angle of 297.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200AA is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 0 | 170 | - |
| CMYK | 0.05 | 1 | 0 | 0.33 |
| HSL | 297.18º | 1% | 0.33% | - |
| HSV(B) | 297.18º | 1% | 0.67% | - |
| XYZ | 22.16 | 10.58 | 38.91 | - |
| YUV | 67.82 | 185.67 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 170 | 0.05 | 1 | 0 | 0.33 | 297.18 | 1 | 0.33 |
| Hex | A2 | 0 | AA | 5 | 64 | 0 | 21 | 129 | 64 | 21 |
| Octal | 242 | 0 | 252 | 5 | 144 | 0 | 41 | 451 | 144 | 41 |
| Binary | 10100010 | 0 | 10101010 | 101 | 1100100 | 0 | 100001 | 100101001 | 1100100 | 100001 |
Color Harmonies of #A200AA
Complementary color
Monochromatic Colors of #A200AA
Black with #A200AA
Text Example
Text Example
White with #A200AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200AA; }
p { color: rgb(162,0,170); }
H1.HeaderClassName
{
color: #A200AA;
}
.AnyTagClassName
{
color: #A200AA;
}
</style>
background-color css
<style>
a { background-color: #A200AA; }
a { background-color: rgb(162,0,170); }
div.DivClassName
{
background-color: #A200AA;
}
.BgClassName
{
background-color: #A200AA;
}
</style>
border-color css
<style>
span { border-color: #A200AA; }
span { border-color: rgb(162,0,170); }
td.TdClassName
{
border-color: #A200AA;
}
.TagClassName
{
border-color: #A200AA;
}
</style>