Shades of Dark Magenta #A40992
Tints of Dark Magenta #A40992
RGB
CMYK
RGB Variations
Color information
#A40992 (or 0xA40992) is known color: Dark Magenta. HEX triplet: A4, 09 and 92. RGB value is (164,9,146). Sum of RGB (Red+Green+Blue) = 164+9+146=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A40992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40992 is #5BF66D. Grayscale: #464646. Windows color (decimal): -6026862 or 9570724. OLE color: 9570724.
HSL color Cylindrical-coordinate representation of color #A40992: hue angle of 306.97º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40992 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 146 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.36 |
| HSL | 306.97º | 0.9% | 0.34% | - |
| HSV(B) | 306.97º | 0.95% | 0.64% | - |
| XYZ | 20.6 | 10.16 | 28.07 | - |
| YUV | 70.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 146 | 0 | 0.95 | 0.11 | 0.36 | 306.97 | 0.9 | 0.34 |
| Hex | A4 | 9 | 92 | 0 | 5F | B | 24 | 133 | 5A | 22 |
| Octal | 244 | 11 | 222 | 0 | 137 | 13 | 44 | 463 | 132 | 42 |
| Binary | 10100100 | 1001 | 10010010 | 0 | 1011111 | 1011 | 100100 | 100110011 | 1011010 | 100010 |
Color Harmonies of #A40992
Complementary color
Monochromatic Colors of #A40992
Black with #A40992
Text Example
Text Example
White with #A40992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40992; }
p { color: rgb(164,9,146); }
H1.HeaderClassName
{
color: #A40992;
}
.AnyTagClassName
{
color: #A40992;
}
</style>
background-color css
<style>
a { background-color: #A40992; }
a { background-color: rgb(164,9,146); }
div.DivClassName
{
background-color: #A40992;
}
.BgClassName
{
background-color: #A40992;
}
</style>
border-color css
<style>
span { border-color: #A40992; }
span { border-color: rgb(164,9,146); }
td.TdClassName
{
border-color: #A40992;
}
.TagClassName
{
border-color: #A40992;
}
</style>