Shades of Dark Magenta #A103A0
Tints of Dark Magenta #A103A0
RGB
CMYK
RGB Variations
Color information
#A103A0 (or 0xA103A0) is known color: Dark Magenta. HEX triplet: A1, 03 and A0. RGB value is (161,3,160). Sum of RGB (Red+Green+Blue) = 161+3+160=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A103A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A103A0 is #5EFC5F. Grayscale: #434343. Windows color (decimal): -6224992 or 10486689. OLE color: 10486689.
HSL color Cylindrical-coordinate representation of color #A103A0: hue angle of 300.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A103A0 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 160 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.37 |
| HSL | 300.38º | 0.96% | 0.32% | - |
| HSV(B) | 300.38º | 0.98% | 0.63% | - |
| XYZ | 21.08 | 10.18 | 34.11 | - |
| YUV | 68.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 160 | 0 | 0.98 | 0.01 | 0.37 | 300.38 | 0.96 | 0.32 |
| Hex | A1 | 3 | A0 | 0 | 62 | 1 | 25 | 12C | 60 | 20 |
| Octal | 241 | 3 | 240 | 0 | 142 | 1 | 45 | 454 | 140 | 40 |
| Binary | 10100001 | 11 | 10100000 | 0 | 1100010 | 1 | 100101 | 100101100 | 1100000 | 100000 |
Color Harmonies of #A103A0
Complementary color
Monochromatic Colors of #A103A0
Black with #A103A0
Text Example
Text Example
White with #A103A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103A0; }
p { color: rgb(161,3,160); }
H1.HeaderClassName
{
color: #A103A0;
}
.AnyTagClassName
{
color: #A103A0;
}
</style>
background-color css
<style>
a { background-color: #A103A0; }
a { background-color: rgb(161,3,160); }
div.DivClassName
{
background-color: #A103A0;
}
.BgClassName
{
background-color: #A103A0;
}
</style>
border-color css
<style>
span { border-color: #A103A0; }
span { border-color: rgb(161,3,160); }
td.TdClassName
{
border-color: #A103A0;
}
.TagClassName
{
border-color: #A103A0;
}
</style>