Shades of Dark Magenta #A200A6
Tints of Dark Magenta #A200A6
RGB
CMYK
RGB Variations
Color information
#A200A6 (or 0xA200A6) is known color: Dark Magenta. HEX triplet: A2, 00 and A6. RGB value is (162,0,166). Sum of RGB (Red+Green+Blue) = 162+0+166=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #A200A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A200A6 is #5DFF59. Grayscale: #424242. Windows color (decimal): -6160218 or 10879138. OLE color: 10879138.
HSL color Cylindrical-coordinate representation of color #A200A6: hue angle of 298.55º 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 #A200A6 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 0 | 166 | - |
| CMYK | 0.02 | 1 | 0 | 0.35 |
| HSL | 298.55º | 1% | 0.33% | - |
| HSV(B) | 298.55º | 1% | 0.65% | - |
| XYZ | 21.78 | 10.43 | 36.94 | - |
| YUV | 67.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 166 | 0.02 | 1 | 0 | 0.35 | 298.55 | 1 | 0.33 |
| Hex | A2 | 0 | A6 | 2 | 64 | 0 | 23 | 12B | 64 | 21 |
| Octal | 242 | 0 | 246 | 2 | 144 | 0 | 43 | 453 | 144 | 41 |
| Binary | 10100010 | 0 | 10100110 | 10 | 1100100 | 0 | 100011 | 100101011 | 1100100 | 100001 |
Color Harmonies of #A200A6
Complementary color
Monochromatic Colors of #A200A6
Black with #A200A6
Text Example
Text Example
White with #A200A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200A6; }
p { color: rgb(162,0,166); }
H1.HeaderClassName
{
color: #A200A6;
}
.AnyTagClassName
{
color: #A200A6;
}
</style>
background-color css
<style>
a { background-color: #A200A6; }
a { background-color: rgb(162,0,166); }
div.DivClassName
{
background-color: #A200A6;
}
.BgClassName
{
background-color: #A200A6;
}
</style>
border-color css
<style>
span { border-color: #A200A6; }
span { border-color: rgb(162,0,166); }
td.TdClassName
{
border-color: #A200A6;
}
.TagClassName
{
border-color: #A200A6;
}
</style>