Shades of Dark Magenta #A30EAB
Tints of Dark Magenta #A30EAB
RGB
CMYK
RGB Variations
Color information
#A30EAB (or 0xA30EAB) is known color: Dark Magenta. HEX triplet: A3, 0E and AB. RGB value is (163,14,171). Sum of RGB (Red+Green+Blue) = 163+14+171=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #A30EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30EAB is #5CF154. Grayscale: #4B4B4B. Windows color (decimal): -6091093 or 11210403. OLE color: 11210403.
HSL color Cylindrical-coordinate representation of color #A30EAB: hue angle of 296.94º 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 #A30EAB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 14 | 171 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.33 |
| HSL | 296.94º | 0.85% | 0.36% | - |
| HSV(B) | 296.94º | 0.92% | 0.67% | - |
| XYZ | 22.61 | 11.04 | 39.47 | - |
| YUV | 76.45 | 181.36 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 171 | 0.05 | 0.92 | 0 | 0.33 | 296.94 | 0.85 | 0.36 |
| Hex | A3 | E | AB | 5 | 5C | 0 | 21 | 129 | 55 | 24 |
| Octal | 243 | 16 | 253 | 5 | 134 | 0 | 41 | 451 | 125 | 44 |
| Binary | 10100011 | 1110 | 10101011 | 101 | 1011100 | 0 | 100001 | 100101001 | 1010101 | 100100 |
Color Harmonies of #A30EAB
Complementary color
Monochromatic Colors of #A30EAB
Black with #A30EAB
Text Example
Text Example
White with #A30EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30EAB; }
p { color: rgb(163,14,171); }
H1.HeaderClassName
{
color: #A30EAB;
}
.AnyTagClassName
{
color: #A30EAB;
}
</style>
background-color css
<style>
a { background-color: #A30EAB; }
a { background-color: rgb(163,14,171); }
div.DivClassName
{
background-color: #A30EAB;
}
.BgClassName
{
background-color: #A30EAB;
}
</style>
border-color css
<style>
span { border-color: #A30EAB; }
span { border-color: rgb(163,14,171); }
td.TdClassName
{
border-color: #A30EAB;
}
.TagClassName
{
border-color: #A30EAB;
}
</style>