Shades of Dark Magenta #A2029A
Tints of Dark Magenta #A2029A
RGB
CMYK
RGB Variations
Color information
#A2029A (or 0xA2029A) is known color: Dark Magenta. HEX triplet: A2, 02 and 9A. RGB value is (162,2,154). Sum of RGB (Red+Green+Blue) = 162+2+154=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2029A is #5DFD65. Grayscale: #424242. Windows color (decimal): -6159718 or 10093218. OLE color: 10093218.
HSL color Cylindrical-coordinate representation of color #A2029A: hue angle of 303º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2029A is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.36 |
| HSL | 303º | 0.98% | 0.32% | - |
| HSV(B) | 303º | 0.99% | 0.64% | - |
| XYZ | 20.75 | 10.06 | 31.42 | - |
| YUV | 67.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 154 | 0 | 0.99 | 0.05 | 0.36 | 303 | 0.98 | 0.32 |
| Hex | A2 | 2 | 9A | 0 | 63 | 5 | 24 | 12F | 62 | 20 |
| Octal | 242 | 2 | 232 | 0 | 143 | 5 | 44 | 457 | 142 | 40 |
| Binary | 10100010 | 10 | 10011010 | 0 | 1100011 | 101 | 100100 | 100101111 | 1100010 | 100000 |
Color Harmonies of #A2029A
Complementary color
Monochromatic Colors of #A2029A
Black with #A2029A
Text Example
Text Example
White with #A2029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2029A; }
p { color: rgb(162,2,154); }
H1.HeaderClassName
{
color: #A2029A;
}
.AnyTagClassName
{
color: #A2029A;
}
</style>
background-color css
<style>
a { background-color: #A2029A; }
a { background-color: rgb(162,2,154); }
div.DivClassName
{
background-color: #A2029A;
}
.BgClassName
{
background-color: #A2029A;
}
</style>
border-color css
<style>
span { border-color: #A2029A; }
span { border-color: rgb(162,2,154); }
td.TdClassName
{
border-color: #A2029A;
}
.TagClassName
{
border-color: #A2029A;
}
</style>