Shades of Dark Magenta #A4048C
Tints of Dark Magenta #A4048C
RGB
CMYK
RGB Variations
Color information
#A4048C (or 0xA4048C) is known color: Dark Magenta. HEX triplet: A4, 04 and 8C. RGB value is (164,4,140). Sum of RGB (Red+Green+Blue) = 164+4+140=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4048C is #5BFB73. Grayscale: #424242. Windows color (decimal): -6028148 or 9176228. OLE color: 9176228.
HSL color Cylindrical-coordinate representation of color #A4048C: hue angle of 309º 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 #A4048C is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.36 |
| HSL | 309º | 0.95% | 0.33% | - |
| HSV(B) | 309º | 0.98% | 0.64% | - |
| XYZ | 20.09 | 9.87 | 25.66 | - |
| YUV | 67.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 140 | 0 | 0.98 | 0.15 | 0.36 | 309 | 0.95 | 0.33 |
| Hex | A4 | 4 | 8C | 0 | 62 | F | 24 | 135 | 5F | 21 |
| Octal | 244 | 4 | 214 | 0 | 142 | 17 | 44 | 465 | 137 | 41 |
| Binary | 10100100 | 100 | 10001100 | 0 | 1100010 | 1111 | 100100 | 100110101 | 1011111 | 100001 |
Color Harmonies of #A4048C
Complementary color
Monochromatic Colors of #A4048C
Black with #A4048C
Text Example
Text Example
White with #A4048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4048C; }
p { color: rgb(164,4,140); }
H1.HeaderClassName
{
color: #A4048C;
}
.AnyTagClassName
{
color: #A4048C;
}
</style>
background-color css
<style>
a { background-color: #A4048C; }
a { background-color: rgb(164,4,140); }
div.DivClassName
{
background-color: #A4048C;
}
.BgClassName
{
background-color: #A4048C;
}
</style>
border-color css
<style>
span { border-color: #A4048C; }
span { border-color: rgb(164,4,140); }
td.TdClassName
{
border-color: #A4048C;
}
.TagClassName
{
border-color: #A4048C;
}
</style>