Shades of Dark Magenta #A31492
Tints of Dark Magenta #A31492
RGB
CMYK
RGB Variations
Color information
#A31492 (or 0xA31492) is known color: Dark Magenta. HEX triplet: A3, 14 and 92. RGB value is (163,20,146). Sum of RGB (Red+Green+Blue) = 163+20+146=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A31492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31492 is #5CEB6D. Grayscale: #4C4C4C. Windows color (decimal): -6089582 or 9573539. OLE color: 9573539.
HSL color Cylindrical-coordinate representation of color #A31492: hue angle of 307.13º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31492 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 146 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.36 |
| HSL | 307.13º | 0.78% | 0.36% | - |
| HSV(B) | 307.13º | 0.88% | 0.64% | - |
| XYZ | 20.54 | 10.36 | 28.11 | - |
| YUV | 77.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 146 | 0 | 0.88 | 0.10 | 0.36 | 307.13 | 0.78 | 0.36 |
| Hex | A3 | 14 | 92 | 0 | 58 | A | 24 | 133 | 4E | 24 |
| Octal | 243 | 24 | 222 | 0 | 130 | 12 | 44 | 463 | 116 | 44 |
| Binary | 10100011 | 10100 | 10010010 | 0 | 1011000 | 1010 | 100100 | 100110011 | 1001110 | 100100 |
Color Harmonies of #A31492
Complementary color
Monochromatic Colors of #A31492
Black with #A31492
Text Example
Text Example
White with #A31492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31492; }
p { color: rgb(163,20,146); }
H1.HeaderClassName
{
color: #A31492;
}
.AnyTagClassName
{
color: #A31492;
}
</style>
background-color css
<style>
a { background-color: #A31492; }
a { background-color: rgb(163,20,146); }
div.DivClassName
{
background-color: #A31492;
}
.BgClassName
{
background-color: #A31492;
}
</style>
border-color css
<style>
span { border-color: #A31492; }
span { border-color: rgb(163,20,146); }
td.TdClassName
{
border-color: #A31492;
}
.TagClassName
{
border-color: #A31492;
}
</style>