Shades of Dark Magenta #A30E9A
Tints of Dark Magenta #A30E9A
RGB
CMYK
RGB Variations
Color information
#A30E9A (or 0xA30E9A) is known color: Dark Magenta. HEX triplet: A3, 0E and 9A. RGB value is (163,14,154). Sum of RGB (Red+Green+Blue) = 163+14+154=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E9A is #5CF165. Grayscale: #4A4A4A. Windows color (decimal): -6091110 or 10096291. OLE color: 10096291.
HSL color Cylindrical-coordinate representation of color #A30E9A: hue angle of 303.62º 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 #A30E9A is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 154 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.36 |
| HSL | 303.62º | 0.84% | 0.35% | - |
| HSV(B) | 303.62º | 0.91% | 0.64% | - |
| XYZ | 21.09 | 10.43 | 31.47 | - |
| YUV | 74.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 154 | 0 | 0.91 | 0.06 | 0.36 | 303.62 | 0.84 | 0.35 |
| Hex | A3 | E | 9A | 0 | 5B | 6 | 24 | 130 | 54 | 23 |
| Octal | 243 | 16 | 232 | 0 | 133 | 6 | 44 | 460 | 124 | 43 |
| Binary | 10100011 | 1110 | 10011010 | 0 | 1011011 | 110 | 100100 | 100110000 | 1010100 | 100011 |
Color Harmonies of #A30E9A
Complementary color
Monochromatic Colors of #A30E9A
Black with #A30E9A
Text Example
Text Example
White with #A30E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E9A; }
p { color: rgb(163,14,154); }
H1.HeaderClassName
{
color: #A30E9A;
}
.AnyTagClassName
{
color: #A30E9A;
}
</style>
background-color css
<style>
a { background-color: #A30E9A; }
a { background-color: rgb(163,14,154); }
div.DivClassName
{
background-color: #A30E9A;
}
.BgClassName
{
background-color: #A30E9A;
}
</style>
border-color css
<style>
span { border-color: #A30E9A; }
span { border-color: rgb(163,14,154); }
td.TdClassName
{
border-color: #A30E9A;
}
.TagClassName
{
border-color: #A30E9A;
}
</style>