Shades of Dark Magenta #A40189
Tints of Dark Magenta #A40189
RGB
CMYK
RGB Variations
Color information
#A40189 (or 0xA40189) is known color: Dark Magenta. HEX triplet: A4, 01 and 89. RGB value is (164,1,137). Sum of RGB (Red+Green+Blue) = 164+1+137=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A40189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40189 is #5BFE76. Grayscale: #404040. Windows color (decimal): -6028919 or 8978852. OLE color: 8978852.
HSL color Cylindrical-coordinate representation of color #A40189: hue angle of 309.94º 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 #A40189 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.36 |
| HSL | 309.94º | 0.99% | 0.32% | - |
| HSV(B) | 309.94º | 0.99% | 0.64% | - |
| XYZ | 19.84 | 9.72 | 24.5 | - |
| YUV | 65.24 | 168.5 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 137 | 0 | 0.99 | 0.16 | 0.36 | 309.94 | 0.99 | 0.32 |
| Hex | A4 | 1 | 89 | 0 | 63 | 10 | 24 | 136 | 63 | 20 |
| Octal | 244 | 1 | 211 | 0 | 143 | 20 | 44 | 466 | 143 | 40 |
| Binary | 10100100 | 1 | 10001001 | 0 | 1100011 | 10000 | 100100 | 100110110 | 1100011 | 100000 |
Color Harmonies of #A40189
Complementary color
Monochromatic Colors of #A40189
Black with #A40189
Text Example
Text Example
White with #A40189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40189; }
p { color: rgb(164,1,137); }
H1.HeaderClassName
{
color: #A40189;
}
.AnyTagClassName
{
color: #A40189;
}
</style>
background-color css
<style>
a { background-color: #A40189; }
a { background-color: rgb(164,1,137); }
div.DivClassName
{
background-color: #A40189;
}
.BgClassName
{
background-color: #A40189;
}
</style>
border-color css
<style>
span { border-color: #A40189; }
span { border-color: rgb(164,1,137); }
td.TdClassName
{
border-color: #A40189;
}
.TagClassName
{
border-color: #A40189;
}
</style>