Shades of Dark Magenta #A4089D
Tints of Dark Magenta #A4089D
RGB
CMYK
RGB Variations
Color information
#A4089D (or 0xA4089D) is known color: Dark Magenta. HEX triplet: A4, 08 and 9D. RGB value is (164,8,157). Sum of RGB (Red+Green+Blue) = 164+8+157=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4089D is #5BF762. Grayscale: #474747. Windows color (decimal): -6027107 or 10291364. OLE color: 10291364.
HSL color Cylindrical-coordinate representation of color #A4089D: hue angle of 302.69º degrees, saturation: 0.91, 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 #A4089D is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 157 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.36 |
| HSL | 302.69º | 0.91% | 0.34% | - |
| HSV(B) | 302.69º | 0.95% | 0.64% | - |
| XYZ | 21.48 | 10.5 | 32.79 | - |
| YUV | 71.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 157 | 0 | 0.95 | 0.04 | 0.36 | 302.69 | 0.91 | 0.34 |
| Hex | A4 | 8 | 9D | 0 | 5F | 4 | 24 | 12F | 5B | 22 |
| Octal | 244 | 10 | 235 | 0 | 137 | 4 | 44 | 457 | 133 | 42 |
| Binary | 10100100 | 1000 | 10011101 | 0 | 1011111 | 100 | 100100 | 100101111 | 1011011 | 100010 |
Color Harmonies of #A4089D
Complementary color
Monochromatic Colors of #A4089D
Black with #A4089D
Text Example
Text Example
White with #A4089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4089D; }
p { color: rgb(164,8,157); }
H1.HeaderClassName
{
color: #A4089D;
}
.AnyTagClassName
{
color: #A4089D;
}
</style>
background-color css
<style>
a { background-color: #A4089D; }
a { background-color: rgb(164,8,157); }
div.DivClassName
{
background-color: #A4089D;
}
.BgClassName
{
background-color: #A4089D;
}
</style>
border-color css
<style>
span { border-color: #A4089D; }
span { border-color: rgb(164,8,157); }
td.TdClassName
{
border-color: #A4089D;
}
.TagClassName
{
border-color: #A4089D;
}
</style>