Shades of Dark Magenta #A208A0
Tints of Dark Magenta #A208A0
RGB
CMYK
RGB Variations
Color information
#A208A0 (or 0xA208A0) is known color: Dark Magenta. HEX triplet: A2, 08 and A0. RGB value is (162,8,160). Sum of RGB (Red+Green+Blue) = 162+8+160=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A208A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A208A0 is #5DF75F. Grayscale: #464646. Windows color (decimal): -6158176 or 10487970. OLE color: 10487970.
HSL color Cylindrical-coordinate representation of color #A208A0: hue angle of 300.78º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A208A0 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 160 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.36 |
| HSL | 300.78º | 0.91% | 0.33% | - |
| HSV(B) | 300.78º | 0.95% | 0.64% | - |
| XYZ | 21.33 | 10.39 | 34.14 | - |
| YUV | 71.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 160 | 0 | 0.95 | 0.01 | 0.36 | 300.78 | 0.91 | 0.33 |
| Hex | A2 | 8 | A0 | 0 | 5F | 1 | 24 | 12D | 5B | 21 |
| Octal | 242 | 10 | 240 | 0 | 137 | 1 | 44 | 455 | 133 | 41 |
| Binary | 10100010 | 1000 | 10100000 | 0 | 1011111 | 1 | 100100 | 100101101 | 1011011 | 100001 |
Color Harmonies of #A208A0
Complementary color
Monochromatic Colors of #A208A0
Black with #A208A0
Text Example
Text Example
White with #A208A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208A0; }
p { color: rgb(162,8,160); }
H1.HeaderClassName
{
color: #A208A0;
}
.AnyTagClassName
{
color: #A208A0;
}
</style>
background-color css
<style>
a { background-color: #A208A0; }
a { background-color: rgb(162,8,160); }
div.DivClassName
{
background-color: #A208A0;
}
.BgClassName
{
background-color: #A208A0;
}
</style>
border-color css
<style>
span { border-color: #A208A0; }
span { border-color: rgb(162,8,160); }
td.TdClassName
{
border-color: #A208A0;
}
.TagClassName
{
border-color: #A208A0;
}
</style>