Shades of Dark Magenta #A120A3
Tints of Dark Magenta #A120A3
RGB
CMYK
RGB Variations
Color information
#A120A3 (or 0xA120A3) is known color: Dark Magenta. HEX triplet: A1, 20 and A3. RGB value is (161,32,163). Sum of RGB (Red+Green+Blue) = 161+32+163=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #A120A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A120A3 is #5EDF5C. Grayscale: #555555. Windows color (decimal): -6217565 or 10690721. OLE color: 10690721.
HSL color Cylindrical-coordinate representation of color #A120A3: hue angle of 299.08º degrees, saturation: 0.67, 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 #A120A3 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 32 | 163 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.36 |
| HSL | 299.08º | 0.67% | 0.38% | - |
| HSV(B) | 299.08º | 0.8% | 0.64% | - |
| XYZ | 21.83 | 11.25 | 35.67 | - |
| YUV | 85.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 163 | 0.01 | 0.80 | 0 | 0.36 | 299.08 | 0.67 | 0.38 |
| Hex | A1 | 20 | A3 | 1 | 50 | 0 | 24 | 12B | 43 | 26 |
| Octal | 241 | 40 | 243 | 1 | 120 | 0 | 44 | 453 | 103 | 46 |
| Binary | 10100001 | 100000 | 10100011 | 1 | 1010000 | 0 | 100100 | 100101011 | 1000011 | 100110 |
Color Harmonies of #A120A3
Complementary color
Monochromatic Colors of #A120A3
Black with #A120A3
Text Example
Text Example
White with #A120A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A120A3; }
p { color: rgb(161,32,163); }
H1.HeaderClassName
{
color: #A120A3;
}
.AnyTagClassName
{
color: #A120A3;
}
</style>
background-color css
<style>
a { background-color: #A120A3; }
a { background-color: rgb(161,32,163); }
div.DivClassName
{
background-color: #A120A3;
}
.BgClassName
{
background-color: #A120A3;
}
</style>
border-color css
<style>
span { border-color: #A120A3; }
span { border-color: rgb(161,32,163); }
td.TdClassName
{
border-color: #A120A3;
}
.TagClassName
{
border-color: #A120A3;
}
</style>