Shades of Dark Magenta #A3219C
Tints of Dark Magenta #A3219C
RGB
CMYK
RGB Variations
Color information
#A3219C (or 0xA3219C) is known color: Dark Magenta. HEX triplet: A3, 21 and 9C. RGB value is (163,33,156). Sum of RGB (Red+Green+Blue) = 163+33+156=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3219C is #5CDE63. Grayscale: #555555. Windows color (decimal): -6086244 or 10232227. OLE color: 10232227.
HSL color Cylindrical-coordinate representation of color #A3219C: hue angle of 303.23º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3219C is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 156 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.36 |
| HSL | 303.23º | 0.66% | 0.38% | - |
| HSV(B) | 303.23º | 0.8% | 0.64% | - |
| XYZ | 21.65 | 11.27 | 32.49 | - |
| YUV | 85.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 156 | 0 | 0.80 | 0.04 | 0.36 | 303.23 | 0.66 | 0.38 |
| Hex | A3 | 21 | 9C | 0 | 50 | 4 | 24 | 12F | 42 | 26 |
| Octal | 243 | 41 | 234 | 0 | 120 | 4 | 44 | 457 | 102 | 46 |
| Binary | 10100011 | 100001 | 10011100 | 0 | 1010000 | 100 | 100100 | 100101111 | 1000010 | 100110 |
Color Harmonies of #A3219C
Complementary color
Monochromatic Colors of #A3219C
Black with #A3219C
Text Example
Text Example
White with #A3219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3219C; }
p { color: rgb(163,33,156); }
H1.HeaderClassName
{
color: #A3219C;
}
.AnyTagClassName
{
color: #A3219C;
}
</style>
background-color css
<style>
a { background-color: #A3219C; }
a { background-color: rgb(163,33,156); }
div.DivClassName
{
background-color: #A3219C;
}
.BgClassName
{
background-color: #A3219C;
}
</style>
border-color css
<style>
span { border-color: #A3219C; }
span { border-color: rgb(163,33,156); }
td.TdClassName
{
border-color: #A3219C;
}
.TagClassName
{
border-color: #A3219C;
}
</style>