Shades of Dark Magenta #A21EA5
Tints of Dark Magenta #A21EA5
RGB
CMYK
RGB Variations
Color information
#A21EA5 (or 0xA21EA5) is known color: Dark Magenta. HEX triplet: A2, 1E and A5. RGB value is (162,30,165). Sum of RGB (Red+Green+Blue) = 162+30+165=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #A21EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21EA5 is #5DE15A. Grayscale: #545454. Windows color (decimal): -6152539 or 10821282. OLE color: 10821282.
HSL color Cylindrical-coordinate representation of color #A21EA5: hue angle of 298.67º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21EA5 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 30 | 165 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.35 |
| HSL | 298.67º | 0.69% | 0.38% | - |
| HSV(B) | 298.67º | 0.82% | 0.65% | - |
| XYZ | 22.16 | 11.33 | 36.62 | - |
| YUV | 84.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 165 | 0.02 | 0.82 | 0 | 0.35 | 298.67 | 0.69 | 0.38 |
| Hex | A2 | 1E | A5 | 2 | 52 | 0 | 23 | 12B | 45 | 26 |
| Octal | 242 | 36 | 245 | 2 | 122 | 0 | 43 | 453 | 105 | 46 |
| Binary | 10100010 | 11110 | 10100101 | 10 | 1010010 | 0 | 100011 | 100101011 | 1000101 | 100110 |
Color Harmonies of #A21EA5
Complementary color
Monochromatic Colors of #A21EA5
Black with #A21EA5
Text Example
Text Example
White with #A21EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EA5; }
p { color: rgb(162,30,165); }
H1.HeaderClassName
{
color: #A21EA5;
}
.AnyTagClassName
{
color: #A21EA5;
}
</style>
background-color css
<style>
a { background-color: #A21EA5; }
a { background-color: rgb(162,30,165); }
div.DivClassName
{
background-color: #A21EA5;
}
.BgClassName
{
background-color: #A21EA5;
}
</style>
border-color css
<style>
span { border-color: #A21EA5; }
span { border-color: rgb(162,30,165); }
td.TdClassName
{
border-color: #A21EA5;
}
.TagClassName
{
border-color: #A21EA5;
}
</style>