Shades of Dark Magenta #A30EAE
Tints of Dark Magenta #A30EAE
RGB
CMYK
RGB Variations
Color information
#A30EAE (or 0xA30EAE) is known color: Dark Magenta. HEX triplet: A3, 0E and AE. RGB value is (163,14,174). Sum of RGB (Red+Green+Blue) = 163+14+174=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #A30EAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30EAE is #5CF151. Grayscale: #4C4C4C. Windows color (decimal): -6091090 or 11407011. OLE color: 11407011.
HSL color Cylindrical-coordinate representation of color #A30EAE: hue angle of 295.88º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30EAE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 14 | 174 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.32 |
| HSL | 295.88º | 0.85% | 0.37% | - |
| HSV(B) | 295.88º | 0.92% | 0.68% | - |
| XYZ | 22.9 | 11.16 | 40.99 | - |
| YUV | 76.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 174 | 0.06 | 0.92 | 0 | 0.32 | 295.88 | 0.85 | 0.37 |
| Hex | A3 | E | AE | 6 | 5C | 0 | 20 | 128 | 55 | 25 |
| Octal | 243 | 16 | 256 | 6 | 134 | 0 | 40 | 450 | 125 | 45 |
| Binary | 10100011 | 1110 | 10101110 | 110 | 1011100 | 0 | 100000 | 100101000 | 1010101 | 100101 |
Color Harmonies of #A30EAE
Complementary color
Monochromatic Colors of #A30EAE
Black with #A30EAE
Text Example
Text Example
White with #A30EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EAE; }
p { color: rgb(163,14,174); }
H1.HeaderClassName
{
color: #A30EAE;
}
.AnyTagClassName
{
color: #A30EAE;
}
</style>
background-color css
<style>
a { background-color: #A30EAE; }
a { background-color: rgb(163,14,174); }
div.DivClassName
{
background-color: #A30EAE;
}
.BgClassName
{
background-color: #A30EAE;
}
</style>
border-color css
<style>
span { border-color: #A30EAE; }
span { border-color: rgb(163,14,174); }
td.TdClassName
{
border-color: #A30EAE;
}
.TagClassName
{
border-color: #A30EAE;
}
</style>