Shades of Dark Magenta #A30EAC
Tints of Dark Magenta #A30EAC
RGB
CMYK
RGB Variations
Color information
#A30EAC (or 0xA30EAC) is known color: Dark Magenta. HEX triplet: A3, 0E and AC. RGB value is (163,14,172). Sum of RGB (Red+Green+Blue) = 163+14+172=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #A30EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30EAC is #5CF153. Grayscale: #4C4C4C. Windows color (decimal): -6091092 or 11275939. OLE color: 11275939.
HSL color Cylindrical-coordinate representation of color #A30EAC: hue angle of 296.58º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30EAC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 14 | 172 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.33 |
| HSL | 296.58º | 0.85% | 0.36% | - |
| HSV(B) | 296.58º | 0.92% | 0.67% | - |
| XYZ | 22.71 | 11.08 | 39.97 | - |
| YUV | 76.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 172 | 0.05 | 0.92 | 0 | 0.33 | 296.58 | 0.85 | 0.36 |
| Hex | A3 | E | AC | 5 | 5C | 0 | 21 | 129 | 55 | 24 |
| Octal | 243 | 16 | 254 | 5 | 134 | 0 | 41 | 451 | 125 | 44 |
| Binary | 10100011 | 1110 | 10101100 | 101 | 1011100 | 0 | 100001 | 100101001 | 1010101 | 100100 |
Color Harmonies of #A30EAC
Complementary color
Monochromatic Colors of #A30EAC
Black with #A30EAC
Text Example
Text Example
White with #A30EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EAC; }
p { color: rgb(163,14,172); }
H1.HeaderClassName
{
color: #A30EAC;
}
.AnyTagClassName
{
color: #A30EAC;
}
</style>
background-color css
<style>
a { background-color: #A30EAC; }
a { background-color: rgb(163,14,172); }
div.DivClassName
{
background-color: #A30EAC;
}
.BgClassName
{
background-color: #A30EAC;
}
</style>
border-color css
<style>
span { border-color: #A30EAC; }
span { border-color: rgb(163,14,172); }
td.TdClassName
{
border-color: #A30EAC;
}
.TagClassName
{
border-color: #A30EAC;
}
</style>