Shades of Dark Magenta #A30E9F
Tints of Dark Magenta #A30E9F
RGB
CMYK
RGB Variations
Color information
#A30E9F (or 0xA30E9F) is known color: Dark Magenta. HEX triplet: A3, 0E and 9F. RGB value is (163,14,159). Sum of RGB (Red+Green+Blue) = 163+14+159=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E9F is #5CF160. Grayscale: #4A4A4A. Windows color (decimal): -6091105 or 10423971. OLE color: 10423971.
HSL color Cylindrical-coordinate representation of color #A30E9F: hue angle of 301.61º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E9F is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 159 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.36 |
| HSL | 301.61º | 0.84% | 0.35% | - |
| HSV(B) | 301.61º | 0.91% | 0.64% | - |
| XYZ | 21.52 | 10.6 | 33.71 | - |
| YUV | 75.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 159 | 0 | 0.91 | 0.02 | 0.36 | 301.61 | 0.84 | 0.35 |
| Hex | A3 | E | 9F | 0 | 5B | 2 | 24 | 12E | 54 | 23 |
| Octal | 243 | 16 | 237 | 0 | 133 | 2 | 44 | 456 | 124 | 43 |
| Binary | 10100011 | 1110 | 10011111 | 0 | 1011011 | 10 | 100100 | 100101110 | 1010100 | 100011 |
Color Harmonies of #A30E9F
Complementary color
Monochromatic Colors of #A30E9F
Black with #A30E9F
Text Example
Text Example
White with #A30E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E9F; }
p { color: rgb(163,14,159); }
H1.HeaderClassName
{
color: #A30E9F;
}
.AnyTagClassName
{
color: #A30E9F;
}
</style>
background-color css
<style>
a { background-color: #A30E9F; }
a { background-color: rgb(163,14,159); }
div.DivClassName
{
background-color: #A30E9F;
}
.BgClassName
{
background-color: #A30E9F;
}
</style>
border-color css
<style>
span { border-color: #A30E9F; }
span { border-color: rgb(163,14,159); }
td.TdClassName
{
border-color: #A30E9F;
}
.TagClassName
{
border-color: #A30E9F;
}
</style>