Shades of Dark Magenta #A4009A
Tints of Dark Magenta #A4009A
RGB
CMYK
RGB Variations
Color information
#A4009A (or 0xA4009A) is known color: Dark Magenta. HEX triplet: A4, 00 and 9A. RGB value is (164,0,154). Sum of RGB (Red+Green+Blue) = 164+0+154=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A4009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4009A is #5BFF65. Grayscale: #424242. Windows color (decimal): -6029158 or 10092708. OLE color: 10092708.
HSL color Cylindrical-coordinate representation of color #A4009A: hue angle of 303.66º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4009A is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.06 | 0.36 |
| HSL | 303.66º | 1% | 0.32% | - |
| HSV(B) | 303.66º | 1% | 0.64% | - |
| XYZ | 21.14 | 10.23 | 31.43 | - |
| YUV | 66.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 154 | 0 | 1 | 0.06 | 0.36 | 303.66 | 1 | 0.32 |
| Hex | A4 | 0 | 9A | 0 | 64 | 6 | 24 | 130 | 64 | 20 |
| Octal | 244 | 0 | 232 | 0 | 144 | 6 | 44 | 460 | 144 | 40 |
| Binary | 10100100 | 0 | 10011010 | 0 | 1100100 | 110 | 100100 | 100110000 | 1100100 | 100000 |
Color Harmonies of #A4009A
Complementary color
Monochromatic Colors of #A4009A
Black with #A4009A
Text Example
Text Example
White with #A4009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4009A; }
p { color: rgb(164,0,154); }
H1.HeaderClassName
{
color: #A4009A;
}
.AnyTagClassName
{
color: #A4009A;
}
</style>
background-color css
<style>
a { background-color: #A4009A; }
a { background-color: rgb(164,0,154); }
div.DivClassName
{
background-color: #A4009A;
}
.BgClassName
{
background-color: #A4009A;
}
</style>
border-color css
<style>
span { border-color: #A4009A; }
span { border-color: rgb(164,0,154); }
td.TdClassName
{
border-color: #A4009A;
}
.TagClassName
{
border-color: #A4009A;
}
</style>