Shades of Dark Magenta #A103AC
Tints of Dark Magenta #A103AC
RGB
CMYK
RGB Variations
Color information
#A103AC (or 0xA103AC) is known color: Dark Magenta. HEX triplet: A1, 03 and AC. RGB value is (161,3,172). Sum of RGB (Red+Green+Blue) = 161+3+172=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #A103AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A103AC is #5EFC53. Grayscale: #444444. Windows color (decimal): -6224980 or 11273121. OLE color: 11273121.
HSL color Cylindrical-coordinate representation of color #A103AC: hue angle of 296.09º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A103AC is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 3 | 172 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.33 |
| HSL | 296.09º | 0.97% | 0.34% | - |
| HSV(B) | 296.09º | 0.98% | 0.67% | - |
| XYZ | 22.18 | 10.62 | 39.91 | - |
| YUV | 69.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 172 | 0.06 | 0.98 | 0 | 0.33 | 296.09 | 0.97 | 0.34 |
| Hex | A1 | 3 | AC | 6 | 62 | 0 | 21 | 128 | 61 | 22 |
| Octal | 241 | 3 | 254 | 6 | 142 | 0 | 41 | 450 | 141 | 42 |
| Binary | 10100001 | 11 | 10101100 | 110 | 1100010 | 0 | 100001 | 100101000 | 1100001 | 100010 |
Color Harmonies of #A103AC
Complementary color
Monochromatic Colors of #A103AC
Black with #A103AC
Text Example
Text Example
White with #A103AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103AC; }
p { color: rgb(161,3,172); }
H1.HeaderClassName
{
color: #A103AC;
}
.AnyTagClassName
{
color: #A103AC;
}
</style>
background-color css
<style>
a { background-color: #A103AC; }
a { background-color: rgb(161,3,172); }
div.DivClassName
{
background-color: #A103AC;
}
.BgClassName
{
background-color: #A103AC;
}
</style>
border-color css
<style>
span { border-color: #A103AC; }
span { border-color: rgb(161,3,172); }
td.TdClassName
{
border-color: #A103AC;
}
.TagClassName
{
border-color: #A103AC;
}
</style>