Shades of Dark Magenta #A214A6
Tints of Dark Magenta #A214A6
RGB
CMYK
RGB Variations
Color information
#A214A6 (or 0xA214A6) is known color: Dark Magenta. HEX triplet: A2, 14 and A6. RGB value is (162,20,166). Sum of RGB (Red+Green+Blue) = 162+20+166=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 166 - color contains mainly: blue. Hex color #A214A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A214A6 is #5DEB59. Grayscale: #4E4E4E. Windows color (decimal): -6155098 or 10884258. OLE color: 10884258.
HSL color Cylindrical-coordinate representation of color #A214A6: hue angle of 298.36º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A214A6 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 20 | 166 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.35 |
| HSL | 298.36º | 0.78% | 0.36% | - |
| HSV(B) | 298.36º | 0.88% | 0.65% | - |
| XYZ | 22.03 | 10.93 | 37.03 | - |
| YUV | 79.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 166 | 0.02 | 0.88 | 0 | 0.35 | 298.36 | 0.78 | 0.36 |
| Hex | A2 | 14 | A6 | 2 | 58 | 0 | 23 | 12A | 4E | 24 |
| Octal | 242 | 24 | 246 | 2 | 130 | 0 | 43 | 452 | 116 | 44 |
| Binary | 10100010 | 10100 | 10100110 | 10 | 1011000 | 0 | 100011 | 100101010 | 1001110 | 100100 |
Color Harmonies of #A214A6
Complementary color
Monochromatic Colors of #A214A6
Black with #A214A6
Text Example
Text Example
White with #A214A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A214A6; }
p { color: rgb(162,20,166); }
H1.HeaderClassName
{
color: #A214A6;
}
.AnyTagClassName
{
color: #A214A6;
}
</style>
background-color css
<style>
a { background-color: #A214A6; }
a { background-color: rgb(162,20,166); }
div.DivClassName
{
background-color: #A214A6;
}
.BgClassName
{
background-color: #A214A6;
}
</style>
border-color css
<style>
span { border-color: #A214A6; }
span { border-color: rgb(162,20,166); }
td.TdClassName
{
border-color: #A214A6;
}
.TagClassName
{
border-color: #A214A6;
}
</style>