Shades of Dark Magenta #A40192
Tints of Dark Magenta #A40192
RGB
CMYK
RGB Variations
Color information
#A40192 (or 0xA40192) is known color: Dark Magenta. HEX triplet: A4, 01 and 92. RGB value is (164,1,146). Sum of RGB (Red+Green+Blue) = 164+1+146=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A40192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40192 is #5BFE6D. Grayscale: #414141. Windows color (decimal): -6028910 or 9568676. OLE color: 9568676.
HSL color Cylindrical-coordinate representation of color #A40192: hue angle of 306.63º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40192 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 146 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.36 |
| HSL | 306.63º | 0.99% | 0.32% | - |
| HSV(B) | 306.63º | 0.99% | 0.64% | - |
| XYZ | 20.51 | 9.99 | 28.04 | - |
| YUV | 66.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 146 | 0 | 0.99 | 0.11 | 0.36 | 306.63 | 0.99 | 0.32 |
| Hex | A4 | 1 | 92 | 0 | 63 | B | 24 | 133 | 63 | 20 |
| Octal | 244 | 1 | 222 | 0 | 143 | 13 | 44 | 463 | 143 | 40 |
| Binary | 10100100 | 1 | 10010010 | 0 | 1100011 | 1011 | 100100 | 100110011 | 1100011 | 100000 |
Color Harmonies of #A40192
Complementary color
Monochromatic Colors of #A40192
Black with #A40192
Text Example
Text Example
White with #A40192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40192; }
p { color: rgb(164,1,146); }
H1.HeaderClassName
{
color: #A40192;
}
.AnyTagClassName
{
color: #A40192;
}
</style>
background-color css
<style>
a { background-color: #A40192; }
a { background-color: rgb(164,1,146); }
div.DivClassName
{
background-color: #A40192;
}
.BgClassName
{
background-color: #A40192;
}
</style>
border-color css
<style>
span { border-color: #A40192; }
span { border-color: rgb(164,1,146); }
td.TdClassName
{
border-color: #A40192;
}
.TagClassName
{
border-color: #A40192;
}
</style>