Shades of Dark Magenta #A4099E
Tints of Dark Magenta #A4099E
RGB
CMYK
RGB Variations
Color information
#A4099E (or 0xA4099E) is known color: Dark Magenta. HEX triplet: A4, 09 and 9E. RGB value is (164,9,158). Sum of RGB (Red+Green+Blue) = 164+9+158=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A4099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4099E is #5BF661. Grayscale: #474747. Windows color (decimal): -6026850 or 10357156. OLE color: 10357156.
HSL color Cylindrical-coordinate representation of color #A4099E: hue angle of 302.32º 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 #A4099E is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 158 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.36 |
| HSL | 302.32º | 0.9% | 0.34% | - |
| HSV(B) | 302.32º | 0.95% | 0.64% | - |
| XYZ | 21.58 | 10.56 | 33.25 | - |
| YUV | 72.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 158 | 0 | 0.95 | 0.04 | 0.36 | 302.32 | 0.9 | 0.34 |
| Hex | A4 | 9 | 9E | 0 | 5F | 4 | 24 | 12E | 5A | 22 |
| Octal | 244 | 11 | 236 | 0 | 137 | 4 | 44 | 456 | 132 | 42 |
| Binary | 10100100 | 1001 | 10011110 | 0 | 1011111 | 100 | 100100 | 100101110 | 1011010 | 100010 |
Color Harmonies of #A4099E
Complementary color
Monochromatic Colors of #A4099E
Black with #A4099E
Text Example
Text Example
White with #A4099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4099E; }
p { color: rgb(164,9,158); }
H1.HeaderClassName
{
color: #A4099E;
}
.AnyTagClassName
{
color: #A4099E;
}
</style>
background-color css
<style>
a { background-color: #A4099E; }
a { background-color: rgb(164,9,158); }
div.DivClassName
{
background-color: #A4099E;
}
.BgClassName
{
background-color: #A4099E;
}
</style>
border-color css
<style>
span { border-color: #A4099E; }
span { border-color: rgb(164,9,158); }
td.TdClassName
{
border-color: #A4099E;
}
.TagClassName
{
border-color: #A4099E;
}
</style>