Shades of Dark Magenta #A4099F
Tints of Dark Magenta #A4099F
RGB
CMYK
RGB Variations
Color information
#A4099F (or 0xA4099F) is known color: Dark Magenta. HEX triplet: A4, 09 and 9F. RGB value is (164,9,159). Sum of RGB (Red+Green+Blue) = 164+9+159=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A4099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4099F is #5BF660. Grayscale: #484848. Windows color (decimal): -6026849 or 10422692. OLE color: 10422692.
HSL color Cylindrical-coordinate representation of color #A4099F: hue angle of 301.94º 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 #A4099F is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 159 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.36 |
| HSL | 301.94º | 0.9% | 0.34% | - |
| HSV(B) | 301.94º | 0.95% | 0.64% | - |
| XYZ | 21.67 | 10.59 | 33.7 | - |
| YUV | 72.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 159 | 0 | 0.95 | 0.03 | 0.36 | 301.94 | 0.9 | 0.34 |
| Hex | A4 | 9 | 9F | 0 | 5F | 3 | 24 | 12E | 5A | 22 |
| Octal | 244 | 11 | 237 | 0 | 137 | 3 | 44 | 456 | 132 | 42 |
| Binary | 10100100 | 1001 | 10011111 | 0 | 1011111 | 11 | 100100 | 100101110 | 1011010 | 100010 |
Color Harmonies of #A4099F
Complementary color
Monochromatic Colors of #A4099F
Black with #A4099F
Text Example
Text Example
White with #A4099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4099F; }
p { color: rgb(164,9,159); }
H1.HeaderClassName
{
color: #A4099F;
}
.AnyTagClassName
{
color: #A4099F;
}
</style>
background-color css
<style>
a { background-color: #A4099F; }
a { background-color: rgb(164,9,159); }
div.DivClassName
{
background-color: #A4099F;
}
.BgClassName
{
background-color: #A4099F;
}
</style>
border-color css
<style>
span { border-color: #A4099F; }
span { border-color: rgb(164,9,159); }
td.TdClassName
{
border-color: #A4099F;
}
.TagClassName
{
border-color: #A4099F;
}
</style>