Shades of Dark Magenta #A20492
Tints of Dark Magenta #A20492
RGB
CMYK
RGB Variations
Color information
#A20492 (or 0xA20492) is known color: Dark Magenta. HEX triplet: A2, 04 and 92. RGB value is (162,4,146). Sum of RGB (Red+Green+Blue) = 162+4+146=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A20492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20492 is #5DFB6D. Grayscale: #434343. Windows color (decimal): -6159214 or 9569442. OLE color: 9569442.
HSL color Cylindrical-coordinate representation of color #A20492: hue angle of 306.08º 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 #A20492 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 146 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.36 |
| HSL | 306.08º | 0.95% | 0.33% | - |
| HSV(B) | 306.08º | 0.98% | 0.64% | - |
| XYZ | 20.13 | 9.84 | 28.03 | - |
| YUV | 67.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 146 | 0 | 0.98 | 0.10 | 0.36 | 306.08 | 0.95 | 0.33 |
| Hex | A2 | 4 | 92 | 0 | 62 | A | 24 | 132 | 5F | 21 |
| Octal | 242 | 4 | 222 | 0 | 142 | 12 | 44 | 462 | 137 | 41 |
| Binary | 10100010 | 100 | 10010010 | 0 | 1100010 | 1010 | 100100 | 100110010 | 1011111 | 100001 |
Color Harmonies of #A20492
Complementary color
Monochromatic Colors of #A20492
Black with #A20492
Text Example
Text Example
White with #A20492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20492; }
p { color: rgb(162,4,146); }
H1.HeaderClassName
{
color: #A20492;
}
.AnyTagClassName
{
color: #A20492;
}
</style>
background-color css
<style>
a { background-color: #A20492; }
a { background-color: rgb(162,4,146); }
div.DivClassName
{
background-color: #A20492;
}
.BgClassName
{
background-color: #A20492;
}
</style>
border-color css
<style>
span { border-color: #A20492; }
span { border-color: rgb(162,4,146); }
td.TdClassName
{
border-color: #A20492;
}
.TagClassName
{
border-color: #A20492;
}
</style>