Shades of Dark Magenta #A4029A
Tints of Dark Magenta #A4029A
RGB
CMYK
RGB Variations
Color information
#A4029A (or 0xA4029A) is known color: Dark Magenta. HEX triplet: A4, 02 and 9A. RGB value is (164,2,154). Sum of RGB (Red+Green+Blue) = 164+2+154=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4029A is #5BFD65. Grayscale: #434343. Windows color (decimal): -6028646 or 10093220. OLE color: 10093220.
HSL color Cylindrical-coordinate representation of color #A4029A: hue angle of 303.7º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4029A is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.36 |
| HSL | 303.7º | 0.98% | 0.33% | - |
| HSV(B) | 303.7º | 0.99% | 0.64% | - |
| XYZ | 21.16 | 10.27 | 31.44 | - |
| YUV | 67.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 154 | 0 | 0.99 | 0.06 | 0.36 | 303.7 | 0.98 | 0.33 |
| Hex | A4 | 2 | 9A | 0 | 63 | 6 | 24 | 130 | 62 | 21 |
| Octal | 244 | 2 | 232 | 0 | 143 | 6 | 44 | 460 | 142 | 41 |
| Binary | 10100100 | 10 | 10011010 | 0 | 1100011 | 110 | 100100 | 100110000 | 1100010 | 100001 |
Color Harmonies of #A4029A
Complementary color
Monochromatic Colors of #A4029A
Black with #A4029A
Text Example
Text Example
White with #A4029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4029A; }
p { color: rgb(164,2,154); }
H1.HeaderClassName
{
color: #A4029A;
}
.AnyTagClassName
{
color: #A4029A;
}
</style>
background-color css
<style>
a { background-color: #A4029A; }
a { background-color: rgb(164,2,154); }
div.DivClassName
{
background-color: #A4029A;
}
.BgClassName
{
background-color: #A4029A;
}
</style>
border-color css
<style>
span { border-color: #A4029A; }
span { border-color: rgb(164,2,154); }
td.TdClassName
{
border-color: #A4029A;
}
.TagClassName
{
border-color: #A4029A;
}
</style>