Shades of Dark Magenta #A4088A
Tints of Dark Magenta #A4088A
RGB
CMYK
RGB Variations
Color information
#A4088A (or 0xA4088A) is known color: Dark Magenta. HEX triplet: A4, 08 and 8A. RGB value is (164,8,138). Sum of RGB (Red+Green+Blue) = 164+8+138=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4088A is #5BF775. Grayscale: #454545. Windows color (decimal): -6027126 or 9046180. OLE color: 9046180.
HSL color Cylindrical-coordinate representation of color #A4088A: hue angle of 310º 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 #A4088A is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 138 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.36 |
| HSL | 310º | 0.91% | 0.34% | - |
| HSV(B) | 310º | 0.95% | 0.64% | - |
| XYZ | 19.98 | 9.9 | 24.9 | - |
| YUV | 69.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 138 | 0 | 0.95 | 0.16 | 0.36 | 310 | 0.91 | 0.34 |
| Hex | A4 | 8 | 8A | 0 | 5F | 10 | 24 | 136 | 5B | 22 |
| Octal | 244 | 10 | 212 | 0 | 137 | 20 | 44 | 466 | 133 | 42 |
| Binary | 10100100 | 1000 | 10001010 | 0 | 1011111 | 10000 | 100100 | 100110110 | 1011011 | 100010 |
Color Harmonies of #A4088A
Complementary color
Monochromatic Colors of #A4088A
Black with #A4088A
Text Example
Text Example
White with #A4088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4088A; }
p { color: rgb(164,8,138); }
H1.HeaderClassName
{
color: #A4088A;
}
.AnyTagClassName
{
color: #A4088A;
}
</style>
background-color css
<style>
a { background-color: #A4088A; }
a { background-color: rgb(164,8,138); }
div.DivClassName
{
background-color: #A4088A;
}
.BgClassName
{
background-color: #A4088A;
}
</style>
border-color css
<style>
span { border-color: #A4088A; }
span { border-color: rgb(164,8,138); }
td.TdClassName
{
border-color: #A4088A;
}
.TagClassName
{
border-color: #A4088A;
}
</style>