Shades of Dark Magenta #A209A6
Tints of Dark Magenta #A209A6
RGB
CMYK
RGB Variations
Color information
#A209A6 (or 0xA209A6) is known color: Dark Magenta. HEX triplet: A2, 09 and A6. RGB value is (162,9,166). Sum of RGB (Red+Green+Blue) = 162+9+166=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #A209A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A209A6 is #5DF659. Grayscale: #484848. Windows color (decimal): -6157914 or 10881442. OLE color: 10881442.
HSL color Cylindrical-coordinate representation of color #A209A6: hue angle of 298.47º degrees, saturation: 0.9, 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 #A209A6 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 9 | 166 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.35 |
| HSL | 298.47º | 0.9% | 0.34% | - |
| HSV(B) | 298.47º | 0.95% | 0.65% | - |
| XYZ | 21.88 | 10.63 | 36.97 | - |
| YUV | 72.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 166 | 0.02 | 0.95 | 0 | 0.35 | 298.47 | 0.9 | 0.34 |
| Hex | A2 | 9 | A6 | 2 | 5F | 0 | 23 | 12A | 5A | 22 |
| Octal | 242 | 11 | 246 | 2 | 137 | 0 | 43 | 452 | 132 | 42 |
| Binary | 10100010 | 1001 | 10100110 | 10 | 1011111 | 0 | 100011 | 100101010 | 1011010 | 100010 |
Color Harmonies of #A209A6
Complementary color
Monochromatic Colors of #A209A6
Black with #A209A6
Text Example
Text Example
White with #A209A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209A6; }
p { color: rgb(162,9,166); }
H1.HeaderClassName
{
color: #A209A6;
}
.AnyTagClassName
{
color: #A209A6;
}
</style>
background-color css
<style>
a { background-color: #A209A6; }
a { background-color: rgb(162,9,166); }
div.DivClassName
{
background-color: #A209A6;
}
.BgClassName
{
background-color: #A209A6;
}
</style>
border-color css
<style>
span { border-color: #A209A6; }
span { border-color: rgb(162,9,166); }
td.TdClassName
{
border-color: #A209A6;
}
.TagClassName
{
border-color: #A209A6;
}
</style>