Shades of Dark Magenta #A300AC
Tints of Dark Magenta #A300AC
RGB
CMYK
RGB Variations
Color information
#A300AC (or 0xA300AC) is known color: Dark Magenta. HEX triplet: A3, 00 and AC. RGB value is (163,0,172). Sum of RGB (Red+Green+Blue) = 163+0+172=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #A300AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300AC is #5CFF53. Grayscale: #434343. Windows color (decimal): -6094676 or 11272355. OLE color: 11272355.
HSL color Cylindrical-coordinate representation of color #A300AC: hue angle of 296.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300AC is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 0 | 172 | - |
| CMYK | 0.05 | 1 | 0 | 0.33 |
| HSL | 296.86º | 1% | 0.34% | - |
| HSV(B) | 296.86º | 1% | 0.67% | - |
| XYZ | 22.55 | 10.77 | 39.92 | - |
| YUV | 68.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 172 | 0.05 | 1 | 0 | 0.33 | 296.86 | 1 | 0.34 |
| Hex | A3 | 0 | AC | 5 | 64 | 0 | 21 | 129 | 64 | 22 |
| Octal | 243 | 0 | 254 | 5 | 144 | 0 | 41 | 451 | 144 | 42 |
| Binary | 10100011 | 0 | 10101100 | 101 | 1100100 | 0 | 100001 | 100101001 | 1100100 | 100010 |
Color Harmonies of #A300AC
Complementary color
Monochromatic Colors of #A300AC
Black with #A300AC
Text Example
Text Example
White with #A300AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300AC; }
p { color: rgb(163,0,172); }
H1.HeaderClassName
{
color: #A300AC;
}
.AnyTagClassName
{
color: #A300AC;
}
</style>
background-color css
<style>
a { background-color: #A300AC; }
a { background-color: rgb(163,0,172); }
div.DivClassName
{
background-color: #A300AC;
}
.BgClassName
{
background-color: #A300AC;
}
</style>
border-color css
<style>
span { border-color: #A300AC; }
span { border-color: rgb(163,0,172); }
td.TdClassName
{
border-color: #A300AC;
}
.TagClassName
{
border-color: #A300AC;
}
</style>