Shades of Dark Magenta #A6029A
Tints of Dark Magenta #A6029A
RGB
CMYK
RGB Variations
Color information
#A6029A (or 0xA6029A) is known color: Dark Magenta. HEX triplet: A6, 02 and 9A. RGB value is (166,2,154). Sum of RGB (Red+Green+Blue) = 166+2+154=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6029A is #59FD65. Grayscale: #434343. Windows color (decimal): -5897574 or 10093222. OLE color: 10093222.
HSL color Cylindrical-coordinate representation of color #A6029A: hue angle of 304.39º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6029A is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.35 |
| HSL | 304.39º | 0.98% | 0.33% | - |
| HSV(B) | 304.39º | 0.99% | 0.65% | - |
| XYZ | 21.58 | 10.48 | 31.46 | - |
| YUV | 68.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 154 | 0 | 0.99 | 0.07 | 0.35 | 304.39 | 0.98 | 0.33 |
| Hex | A6 | 2 | 9A | 0 | 63 | 7 | 23 | 130 | 62 | 21 |
| Octal | 246 | 2 | 232 | 0 | 143 | 7 | 43 | 460 | 142 | 41 |
| Binary | 10100110 | 10 | 10011010 | 0 | 1100011 | 111 | 100011 | 100110000 | 1100010 | 100001 |
Color Harmonies of #A6029A
Complementary color
Monochromatic Colors of #A6029A
Black with #A6029A
Text Example
Text Example
White with #A6029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6029A; }
p { color: rgb(166,2,154); }
H1.HeaderClassName
{
color: #A6029A;
}
.AnyTagClassName
{
color: #A6029A;
}
</style>
background-color css
<style>
a { background-color: #A6029A; }
a { background-color: rgb(166,2,154); }
div.DivClassName
{
background-color: #A6029A;
}
.BgClassName
{
background-color: #A6029A;
}
</style>
border-color css
<style>
span { border-color: #A6029A; }
span { border-color: rgb(166,2,154); }
td.TdClassName
{
border-color: #A6029A;
}
.TagClassName
{
border-color: #A6029A;
}
</style>