Shades of Dark Magenta #A301AC
Tints of Dark Magenta #A301AC
RGB
CMYK
RGB Variations
Color information
#A301AC (or 0xA301AC) is known color: Dark Magenta. HEX triplet: A3, 01 and AC. RGB value is (163,1,172). Sum of RGB (Red+Green+Blue) = 163+1+172=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 1 (0.78% from 255 or 0.30% 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 #A301AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A301AC is #5CFE53. Grayscale: #444444. Windows color (decimal): -6094420 or 11272611. OLE color: 11272611.
HSL color Cylindrical-coordinate representation of color #A301AC: hue angle of 296.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301AC is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 1 | 172 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.33 |
| HSL | 296.84º | 0.99% | 0.34% | - |
| HSV(B) | 296.84º | 0.99% | 0.67% | - |
| XYZ | 22.56 | 10.79 | 39.92 | - |
| YUV | 68.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 172 | 0.05 | 0.99 | 0 | 0.33 | 296.84 | 0.99 | 0.34 |
| Hex | A3 | 1 | AC | 5 | 63 | 0 | 21 | 129 | 63 | 22 |
| Octal | 243 | 1 | 254 | 5 | 143 | 0 | 41 | 451 | 143 | 42 |
| Binary | 10100011 | 1 | 10101100 | 101 | 1100011 | 0 | 100001 | 100101001 | 1100011 | 100010 |
Color Harmonies of #A301AC
Complementary color
Monochromatic Colors of #A301AC
Black with #A301AC
Text Example
Text Example
White with #A301AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301AC; }
p { color: rgb(163,1,172); }
H1.HeaderClassName
{
color: #A301AC;
}
.AnyTagClassName
{
color: #A301AC;
}
</style>
background-color css
<style>
a { background-color: #A301AC; }
a { background-color: rgb(163,1,172); }
div.DivClassName
{
background-color: #A301AC;
}
.BgClassName
{
background-color: #A301AC;
}
</style>
border-color css
<style>
span { border-color: #A301AC; }
span { border-color: rgb(163,1,172); }
td.TdClassName
{
border-color: #A301AC;
}
.TagClassName
{
border-color: #A301AC;
}
</style>