Shades of Dark Magenta #A622A1
Tints of Dark Magenta #A622A1
RGB
CMYK
RGB Variations
Color information
#A622A1 (or 0xA622A1) is known color: Dark Magenta. HEX triplet: A6, 22 and A1. RGB value is (166,34,161). Sum of RGB (Red+Green+Blue) = 166+34+161=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A622A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A622A1 is #59DD5E. Grayscale: #575757. Windows color (decimal): -5889375 or 10560166. OLE color: 10560166.
HSL color Cylindrical-coordinate representation of color #A622A1: hue angle of 302.27º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A622A1 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 161 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.35 |
| HSL | 302.27º | 0.66% | 0.39% | - |
| HSV(B) | 302.27º | 0.8% | 0.65% | - |
| XYZ | 22.73 | 11.82 | 34.8 | - |
| YUV | 87.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 161 | 0 | 0.80 | 0.03 | 0.35 | 302.27 | 0.66 | 0.39 |
| Hex | A6 | 22 | A1 | 0 | 50 | 3 | 23 | 12E | 42 | 27 |
| Octal | 246 | 42 | 241 | 0 | 120 | 3 | 43 | 456 | 102 | 47 |
| Binary | 10100110 | 100010 | 10100001 | 0 | 1010000 | 11 | 100011 | 100101110 | 1000010 | 100111 |
Color Harmonies of #A622A1
Complementary color
Monochromatic Colors of #A622A1
Black with #A622A1
Text Example
Text Example
White with #A622A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A622A1; }
p { color: rgb(166,34,161); }
H1.HeaderClassName
{
color: #A622A1;
}
.AnyTagClassName
{
color: #A622A1;
}
</style>
background-color css
<style>
a { background-color: #A622A1; }
a { background-color: rgb(166,34,161); }
div.DivClassName
{
background-color: #A622A1;
}
.BgClassName
{
background-color: #A622A1;
}
</style>
border-color css
<style>
span { border-color: #A622A1; }
span { border-color: rgb(166,34,161); }
td.TdClassName
{
border-color: #A622A1;
}
.TagClassName
{
border-color: #A622A1;
}
</style>