Shades of Dark Magenta #A20494
Tints of Dark Magenta #A20494
RGB
CMYK
RGB Variations
Color information
#A20494 (or 0xA20494) is known color: Dark Magenta. HEX triplet: A2, 04 and 94. RGB value is (162,4,148). Sum of RGB (Red+Green+Blue) = 162+4+148=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A20494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20494 is #5DFB6B. Grayscale: #434343. Windows color (decimal): -6159212 or 9700514. OLE color: 9700514.
HSL color Cylindrical-coordinate representation of color #A20494: hue angle of 305.32º 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 #A20494 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.36 |
| HSL | 305.32º | 0.95% | 0.33% | - |
| HSV(B) | 305.32º | 0.98% | 0.64% | - |
| XYZ | 20.29 | 9.91 | 28.86 | - |
| YUV | 67.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 148 | 0 | 0.98 | 0.09 | 0.36 | 305.32 | 0.95 | 0.33 |
| Hex | A2 | 4 | 94 | 0 | 62 | 9 | 24 | 131 | 5F | 21 |
| Octal | 242 | 4 | 224 | 0 | 142 | 11 | 44 | 461 | 137 | 41 |
| Binary | 10100010 | 100 | 10010100 | 0 | 1100010 | 1001 | 100100 | 100110001 | 1011111 | 100001 |
Color Harmonies of #A20494
Complementary color
Monochromatic Colors of #A20494
Black with #A20494
Text Example
Text Example
White with #A20494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20494; }
p { color: rgb(162,4,148); }
H1.HeaderClassName
{
color: #A20494;
}
.AnyTagClassName
{
color: #A20494;
}
</style>
background-color css
<style>
a { background-color: #A20494; }
a { background-color: rgb(162,4,148); }
div.DivClassName
{
background-color: #A20494;
}
.BgClassName
{
background-color: #A20494;
}
</style>
border-color css
<style>
span { border-color: #A20494; }
span { border-color: rgb(162,4,148); }
td.TdClassName
{
border-color: #A20494;
}
.TagClassName
{
border-color: #A20494;
}
</style>