Shades of Dark Magenta #A208A7
Tints of Dark Magenta #A208A7
RGB
CMYK
RGB Variations
Color information
#A208A7 (or 0xA208A7) is known color: Dark Magenta. HEX triplet: A2, 08 and A7. RGB value is (162,8,167). Sum of RGB (Red+Green+Blue) = 162+8+167=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 167 (65.62% from 255 or 49.55% from 337); Max value from RGB is 167 - color contains mainly: blue. Hex color #A208A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A208A7 is #5DF758. Grayscale: #474747. Windows color (decimal): -6158169 or 10946722. OLE color: 10946722.
HSL color Cylindrical-coordinate representation of color #A208A7: hue angle of 298.11º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A208A7 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 8 | 167 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.35 |
| HSL | 298.11º | 0.91% | 0.34% | - |
| HSV(B) | 298.11º | 0.95% | 0.65% | - |
| XYZ | 21.96 | 10.65 | 37.46 | - |
| YUV | 72.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 167 | 0.03 | 0.95 | 0 | 0.35 | 298.11 | 0.91 | 0.34 |
| Hex | A2 | 8 | A7 | 3 | 5F | 0 | 23 | 12A | 5B | 22 |
| Octal | 242 | 10 | 247 | 3 | 137 | 0 | 43 | 452 | 133 | 42 |
| Binary | 10100010 | 1000 | 10100111 | 11 | 1011111 | 0 | 100011 | 100101010 | 1011011 | 100010 |
Color Harmonies of #A208A7
Complementary color
Monochromatic Colors of #A208A7
Black with #A208A7
Text Example
Text Example
White with #A208A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208A7; }
p { color: rgb(162,8,167); }
H1.HeaderClassName
{
color: #A208A7;
}
.AnyTagClassName
{
color: #A208A7;
}
</style>
background-color css
<style>
a { background-color: #A208A7; }
a { background-color: rgb(162,8,167); }
div.DivClassName
{
background-color: #A208A7;
}
.BgClassName
{
background-color: #A208A7;
}
</style>
border-color css
<style>
span { border-color: #A208A7; }
span { border-color: rgb(162,8,167); }
td.TdClassName
{
border-color: #A208A7;
}
.TagClassName
{
border-color: #A208A7;
}
</style>