Shades of Dark Magenta #A40488
Tints of Dark Magenta #A40488
RGB
CMYK
RGB Variations
Color information
#A40488 (or 0xA40488) is known color: Dark Magenta. HEX triplet: A4, 04 and 88. RGB value is (164,4,136). Sum of RGB (Red+Green+Blue) = 164+4+136=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A40488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40488 is #5BFB77. Grayscale: #424242. Windows color (decimal): -6028152 or 8914084. OLE color: 8914084.
HSL color Cylindrical-coordinate representation of color #A40488: hue angle of 310.5º 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 #A40488 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.36 |
| HSL | 310.5º | 0.95% | 0.33% | - |
| HSV(B) | 310.5º | 0.98% | 0.64% | - |
| XYZ | 19.8 | 9.76 | 24.13 | - |
| YUV | 66.89 | 167.01 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 136 | 0 | 0.98 | 0.17 | 0.36 | 310.5 | 0.95 | 0.33 |
| Hex | A4 | 4 | 88 | 0 | 62 | 11 | 24 | 136 | 5F | 21 |
| Octal | 244 | 4 | 210 | 0 | 142 | 21 | 44 | 466 | 137 | 41 |
| Binary | 10100100 | 100 | 10001000 | 0 | 1100010 | 10001 | 100100 | 100110110 | 1011111 | 100001 |
Color Harmonies of #A40488
Complementary color
Monochromatic Colors of #A40488
Black with #A40488
Text Example
Text Example
White with #A40488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40488; }
p { color: rgb(164,4,136); }
H1.HeaderClassName
{
color: #A40488;
}
.AnyTagClassName
{
color: #A40488;
}
</style>
background-color css
<style>
a { background-color: #A40488; }
a { background-color: rgb(164,4,136); }
div.DivClassName
{
background-color: #A40488;
}
.BgClassName
{
background-color: #A40488;
}
</style>
border-color css
<style>
span { border-color: #A40488; }
span { border-color: rgb(164,4,136); }
td.TdClassName
{
border-color: #A40488;
}
.TagClassName
{
border-color: #A40488;
}
</style>