Shades of Dark Magenta #A310AC
Tints of Dark Magenta #A310AC
RGB
CMYK
RGB Variations
Color information
#A310AC (or 0xA310AC) is known color: Dark Magenta. HEX triplet: A3, 10 and AC. RGB value is (163,16,172). Sum of RGB (Red+Green+Blue) = 163+16+172=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #A310AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A310AC is #5CEF53. Grayscale: #4D4D4D. Windows color (decimal): -6090580 or 11276451. OLE color: 11276451.
HSL color Cylindrical-coordinate representation of color #A310AC: hue angle of 296.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A310AC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 16 | 172 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.33 |
| HSL | 296.54º | 0.83% | 0.37% | - |
| HSV(B) | 296.54º | 0.91% | 0.67% | - |
| XYZ | 22.74 | 11.14 | 39.98 | - |
| YUV | 77.74 | 181.2 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 172 | 0.05 | 0.91 | 0 | 0.33 | 296.54 | 0.83 | 0.37 |
| Hex | A3 | 10 | AC | 5 | 5B | 0 | 21 | 129 | 53 | 25 |
| Octal | 243 | 20 | 254 | 5 | 133 | 0 | 41 | 451 | 123 | 45 |
| Binary | 10100011 | 10000 | 10101100 | 101 | 1011011 | 0 | 100001 | 100101001 | 1010011 | 100101 |
Color Harmonies of #A310AC
Complementary color
Monochromatic Colors of #A310AC
Black with #A310AC
Text Example
Text Example
White with #A310AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310AC; }
p { color: rgb(163,16,172); }
H1.HeaderClassName
{
color: #A310AC;
}
.AnyTagClassName
{
color: #A310AC;
}
</style>
background-color css
<style>
a { background-color: #A310AC; }
a { background-color: rgb(163,16,172); }
div.DivClassName
{
background-color: #A310AC;
}
.BgClassName
{
background-color: #A310AC;
}
</style>
border-color css
<style>
span { border-color: #A310AC; }
span { border-color: rgb(163,16,172); }
td.TdClassName
{
border-color: #A310AC;
}
.TagClassName
{
border-color: #A310AC;
}
</style>