Shades of Dark Magenta #A204A4
Tints of Dark Magenta #A204A4
RGB
CMYK
RGB Variations
Color information
#A204A4 (or 0xA204A4) is known color: Dark Magenta. HEX triplet: A2, 04 and A4. RGB value is (162,4,164). Sum of RGB (Red+Green+Blue) = 162+4+164=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #A204A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A204A4 is #5DFB5B. Grayscale: #454545. Windows color (decimal): -6159196 or 10749090. OLE color: 10749090.
HSL color Cylindrical-coordinate representation of color #A204A4: hue angle of 299.25º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204A4 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 164 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.36 |
| HSL | 299.25º | 0.95% | 0.33% | - |
| HSV(B) | 299.25º | 0.98% | 0.64% | - |
| XYZ | 21.64 | 10.45 | 36 | - |
| YUV | 69.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 164 | 0.01 | 0.98 | 0 | 0.36 | 299.25 | 0.95 | 0.33 |
| Hex | A2 | 4 | A4 | 1 | 62 | 0 | 24 | 12B | 5F | 21 |
| Octal | 242 | 4 | 244 | 1 | 142 | 0 | 44 | 453 | 137 | 41 |
| Binary | 10100010 | 100 | 10100100 | 1 | 1100010 | 0 | 100100 | 100101011 | 1011111 | 100001 |
Color Harmonies of #A204A4
Complementary color
Monochromatic Colors of #A204A4
Black with #A204A4
Text Example
Text Example
White with #A204A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204A4; }
p { color: rgb(162,4,164); }
H1.HeaderClassName
{
color: #A204A4;
}
.AnyTagClassName
{
color: #A204A4;
}
</style>
background-color css
<style>
a { background-color: #A204A4; }
a { background-color: rgb(162,4,164); }
div.DivClassName
{
background-color: #A204A4;
}
.BgClassName
{
background-color: #A204A4;
}
</style>
border-color css
<style>
span { border-color: #A204A4; }
span { border-color: rgb(162,4,164); }
td.TdClassName
{
border-color: #A204A4;
}
.TagClassName
{
border-color: #A204A4;
}
</style>