Shades of Dark Magenta #A30EAD
Tints of Dark Magenta #A30EAD
RGB
CMYK
RGB Variations
Color information
#A30EAD (or 0xA30EAD) is known color: Dark Magenta. HEX triplet: A3, 0E and AD. RGB value is (163,14,173). Sum of RGB (Red+Green+Blue) = 163+14+173=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #A30EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30EAD is #5CF152. Grayscale: #4C4C4C. Windows color (decimal): -6091091 or 11341475. OLE color: 11341475.
HSL color Cylindrical-coordinate representation of color #A30EAD: hue angle of 296.23º 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 #A30EAD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 14 | 173 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.32 |
| HSL | 296.23º | 0.85% | 0.37% | - |
| HSV(B) | 296.23º | 0.92% | 0.68% | - |
| XYZ | 22.8 | 11.12 | 40.48 | - |
| YUV | 76.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 173 | 0.06 | 0.92 | 0 | 0.32 | 296.23 | 0.85 | 0.37 |
| Hex | A3 | E | AD | 6 | 5C | 0 | 20 | 128 | 55 | 25 |
| Octal | 243 | 16 | 255 | 6 | 134 | 0 | 40 | 450 | 125 | 45 |
| Binary | 10100011 | 1110 | 10101101 | 110 | 1011100 | 0 | 100000 | 100101000 | 1010101 | 100101 |
Color Harmonies of #A30EAD
Complementary color
Monochromatic Colors of #A30EAD
Black with #A30EAD
Text Example
Text Example
White with #A30EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EAD; }
p { color: rgb(163,14,173); }
H1.HeaderClassName
{
color: #A30EAD;
}
.AnyTagClassName
{
color: #A30EAD;
}
</style>
background-color css
<style>
a { background-color: #A30EAD; }
a { background-color: rgb(163,14,173); }
div.DivClassName
{
background-color: #A30EAD;
}
.BgClassName
{
background-color: #A30EAD;
}
</style>
border-color css
<style>
span { border-color: #A30EAD; }
span { border-color: rgb(163,14,173); }
td.TdClassName
{
border-color: #A30EAD;
}
.TagClassName
{
border-color: #A30EAD;
}
</style>