Shades of Dark Magenta #A621A0
Tints of Dark Magenta #A621A0
RGB
CMYK
RGB Variations
Color information
#A621A0 (or 0xA621A0) is known color: Dark Magenta. HEX triplet: A6, 21 and A0. RGB value is (166,33,160). Sum of RGB (Red+Green+Blue) = 166+33+160=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A621A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A621A0 is #59DE5F. Grayscale: #565656. Windows color (decimal): -5889632 or 10494374. OLE color: 10494374.
HSL color Cylindrical-coordinate representation of color #A621A0: hue angle of 302.71º degrees, saturation: 0.67, 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 #A621A0 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 33 | 160 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.35 |
| HSL | 302.71º | 0.67% | 0.39% | - |
| HSV(B) | 302.71º | 0.8% | 0.65% | - |
| XYZ | 22.61 | 11.73 | 34.33 | - |
| YUV | 87.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 160 | 0 | 0.80 | 0.04 | 0.35 | 302.71 | 0.67 | 0.39 |
| Hex | A6 | 21 | A0 | 0 | 50 | 4 | 23 | 12F | 43 | 27 |
| Octal | 246 | 41 | 240 | 0 | 120 | 4 | 43 | 457 | 103 | 47 |
| Binary | 10100110 | 100001 | 10100000 | 0 | 1010000 | 100 | 100011 | 100101111 | 1000011 | 100111 |
Color Harmonies of #A621A0
Complementary color
Monochromatic Colors of #A621A0
Black with #A621A0
Text Example
Text Example
White with #A621A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621A0; }
p { color: rgb(166,33,160); }
H1.HeaderClassName
{
color: #A621A0;
}
.AnyTagClassName
{
color: #A621A0;
}
</style>
background-color css
<style>
a { background-color: #A621A0; }
a { background-color: rgb(166,33,160); }
div.DivClassName
{
background-color: #A621A0;
}
.BgClassName
{
background-color: #A621A0;
}
</style>
border-color css
<style>
span { border-color: #A621A0; }
span { border-color: rgb(166,33,160); }
td.TdClassName
{
border-color: #A621A0;
}
.TagClassName
{
border-color: #A621A0;
}
</style>