Shades of Dark Magenta #A21CA4
Tints of Dark Magenta #A21CA4
RGB
CMYK
RGB Variations
Color information
#A21CA4 (or 0xA21CA4) is known color: Dark Magenta. HEX triplet: A2, 1C and A4. RGB value is (162,28,164). Sum of RGB (Red+Green+Blue) = 162+28+164=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #A21CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21CA4 is #5DE35B. Grayscale: #535353. Windows color (decimal): -6153052 or 10755234. OLE color: 10755234.
HSL color Cylindrical-coordinate representation of color #A21CA4: hue angle of 299.12º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21CA4 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 28 | 164 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.36 |
| HSL | 299.12º | 0.71% | 0.38% | - |
| HSV(B) | 299.12º | 0.83% | 0.64% | - |
| XYZ | 22.02 | 11.19 | 36.12 | - |
| YUV | 83.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 164 | 0.01 | 0.83 | 0 | 0.36 | 299.12 | 0.71 | 0.38 |
| Hex | A2 | 1C | A4 | 1 | 53 | 0 | 24 | 12B | 47 | 26 |
| Octal | 242 | 34 | 244 | 1 | 123 | 0 | 44 | 453 | 107 | 46 |
| Binary | 10100010 | 11100 | 10100100 | 1 | 1010011 | 0 | 100100 | 100101011 | 1000111 | 100110 |
Color Harmonies of #A21CA4
Complementary color
Monochromatic Colors of #A21CA4
Black with #A21CA4
Text Example
Text Example
White with #A21CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CA4; }
p { color: rgb(162,28,164); }
H1.HeaderClassName
{
color: #A21CA4;
}
.AnyTagClassName
{
color: #A21CA4;
}
</style>
background-color css
<style>
a { background-color: #A21CA4; }
a { background-color: rgb(162,28,164); }
div.DivClassName
{
background-color: #A21CA4;
}
.BgClassName
{
background-color: #A21CA4;
}
</style>
border-color css
<style>
span { border-color: #A21CA4; }
span { border-color: rgb(162,28,164); }
td.TdClassName
{
border-color: #A21CA4;
}
.TagClassName
{
border-color: #A21CA4;
}
</style>