Shades of Dark Magenta #A4049C
Tints of Dark Magenta #A4049C
RGB
CMYK
RGB Variations
Color information
#A4049C (or 0xA4049C) is known color: Dark Magenta. HEX triplet: A4, 04 and 9C. RGB value is (164,4,156). Sum of RGB (Red+Green+Blue) = 164+4+156=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4049C is #5BFB63. Grayscale: #444444. Windows color (decimal): -6028132 or 10224804. OLE color: 10224804.
HSL color Cylindrical-coordinate representation of color #A4049C: hue angle of 303º 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 #A4049C is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.36 |
| HSL | 303º | 0.95% | 0.33% | - |
| HSV(B) | 303º | 0.98% | 0.64% | - |
| XYZ | 21.35 | 10.38 | 32.33 | - |
| YUV | 69.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 156 | 0 | 0.98 | 0.05 | 0.36 | 303 | 0.95 | 0.33 |
| Hex | A4 | 4 | 9C | 0 | 62 | 5 | 24 | 12F | 5F | 21 |
| Octal | 244 | 4 | 234 | 0 | 142 | 5 | 44 | 457 | 137 | 41 |
| Binary | 10100100 | 100 | 10011100 | 0 | 1100010 | 101 | 100100 | 100101111 | 1011111 | 100001 |
Color Harmonies of #A4049C
Complementary color
Monochromatic Colors of #A4049C
Black with #A4049C
Text Example
Text Example
White with #A4049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4049C; }
p { color: rgb(164,4,156); }
H1.HeaderClassName
{
color: #A4049C;
}
.AnyTagClassName
{
color: #A4049C;
}
</style>
background-color css
<style>
a { background-color: #A4049C; }
a { background-color: rgb(164,4,156); }
div.DivClassName
{
background-color: #A4049C;
}
.BgClassName
{
background-color: #A4049C;
}
</style>
border-color css
<style>
span { border-color: #A4049C; }
span { border-color: rgb(164,4,156); }
td.TdClassName
{
border-color: #A4049C;
}
.TagClassName
{
border-color: #A4049C;
}
</style>