Shades of Dark Magenta #A30E88
Tints of Dark Magenta #A30E88
RGB
CMYK
RGB Variations
Color information
#A30E88 (or 0xA30E88) is known color: Dark Magenta. HEX triplet: A3, 0E and 88. RGB value is (163,14,136). Sum of RGB (Red+Green+Blue) = 163+14+136=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E88 is #5CF177. Grayscale: #484848. Windows color (decimal): -6091128 or 8916643. OLE color: 8916643.
HSL color Cylindrical-coordinate representation of color #A30E88: hue angle of 310.87º 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 #A30E88 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 136 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.36 |
| HSL | 310.87º | 0.84% | 0.35% | - |
| HSV(B) | 310.87º | 0.91% | 0.64% | - |
| XYZ | 19.71 | 9.88 | 24.16 | - |
| YUV | 72.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 136 | 0 | 0.91 | 0.17 | 0.36 | 310.87 | 0.84 | 0.35 |
| Hex | A3 | E | 88 | 0 | 5B | 11 | 24 | 137 | 54 | 23 |
| Octal | 243 | 16 | 210 | 0 | 133 | 21 | 44 | 467 | 124 | 43 |
| Binary | 10100011 | 1110 | 10001000 | 0 | 1011011 | 10001 | 100100 | 100110111 | 1010100 | 100011 |
Color Harmonies of #A30E88
Complementary color
Monochromatic Colors of #A30E88
Black with #A30E88
Text Example
Text Example
White with #A30E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E88; }
p { color: rgb(163,14,136); }
H1.HeaderClassName
{
color: #A30E88;
}
.AnyTagClassName
{
color: #A30E88;
}
</style>
background-color css
<style>
a { background-color: #A30E88; }
a { background-color: rgb(163,14,136); }
div.DivClassName
{
background-color: #A30E88;
}
.BgClassName
{
background-color: #A30E88;
}
</style>
border-color css
<style>
span { border-color: #A30E88; }
span { border-color: rgb(163,14,136); }
td.TdClassName
{
border-color: #A30E88;
}
.TagClassName
{
border-color: #A30E88;
}
</style>