Shades of Dark Magenta #A3219A
Tints of Dark Magenta #A3219A
RGB
CMYK
RGB Variations
Color information
#A3219A (or 0xA3219A) is known color: Dark Magenta. HEX triplet: A3, 21 and 9A. RGB value is (163,33,154). Sum of RGB (Red+Green+Blue) = 163+33+154=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3219A is #5CDE65. Grayscale: #555555. Windows color (decimal): -6086246 or 10101155. OLE color: 10101155.
HSL color Cylindrical-coordinate representation of color #A3219A: hue angle of 304.15º 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 #A3219A is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 154 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.36 |
| HSL | 304.15º | 0.66% | 0.38% | - |
| HSV(B) | 304.15º | 0.8% | 0.64% | - |
| XYZ | 21.48 | 11.21 | 31.6 | - |
| YUV | 85.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 154 | 0 | 0.80 | 0.06 | 0.36 | 304.15 | 0.66 | 0.38 |
| Hex | A3 | 21 | 9A | 0 | 50 | 6 | 24 | 130 | 42 | 26 |
| Octal | 243 | 41 | 232 | 0 | 120 | 6 | 44 | 460 | 102 | 46 |
| Binary | 10100011 | 100001 | 10011010 | 0 | 1010000 | 110 | 100100 | 100110000 | 1000010 | 100110 |
Color Harmonies of #A3219A
Complementary color
Monochromatic Colors of #A3219A
Black with #A3219A
Text Example
Text Example
White with #A3219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3219A; }
p { color: rgb(163,33,154); }
H1.HeaderClassName
{
color: #A3219A;
}
.AnyTagClassName
{
color: #A3219A;
}
</style>
background-color css
<style>
a { background-color: #A3219A; }
a { background-color: rgb(163,33,154); }
div.DivClassName
{
background-color: #A3219A;
}
.BgClassName
{
background-color: #A3219A;
}
</style>
border-color css
<style>
span { border-color: #A3219A; }
span { border-color: rgb(163,33,154); }
td.TdClassName
{
border-color: #A3219A;
}
.TagClassName
{
border-color: #A3219A;
}
</style>