Shades of Dark Magenta #A30988
Tints of Dark Magenta #A30988
RGB
CMYK
RGB Variations
Color information
#A30988 (or 0xA30988) is known color: Dark Magenta. HEX triplet: A3, 09 and 88. RGB value is (163,9,136). Sum of RGB (Red+Green+Blue) = 163+9+136=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A30988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30988 is #5CF677. Grayscale: #454545. Windows color (decimal): -6092408 or 8915363. OLE color: 8915363.
HSL color Cylindrical-coordinate representation of color #A30988: hue angle of 310.52º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30988 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 136 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.36 |
| HSL | 310.52º | 0.9% | 0.34% | - |
| HSV(B) | 310.52º | 0.94% | 0.64% | - |
| XYZ | 19.65 | 9.76 | 24.14 | - |
| YUV | 69.52 | 165.52 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 136 | 0 | 0.94 | 0.17 | 0.36 | 310.52 | 0.9 | 0.34 |
| Hex | A3 | 9 | 88 | 0 | 5E | 11 | 24 | 137 | 5A | 22 |
| Octal | 243 | 11 | 210 | 0 | 136 | 21 | 44 | 467 | 132 | 42 |
| Binary | 10100011 | 1001 | 10001000 | 0 | 1011110 | 10001 | 100100 | 100110111 | 1011010 | 100010 |
Color Harmonies of #A30988
Complementary color
Monochromatic Colors of #A30988
Black with #A30988
Text Example
Text Example
White with #A30988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30988; }
p { color: rgb(163,9,136); }
H1.HeaderClassName
{
color: #A30988;
}
.AnyTagClassName
{
color: #A30988;
}
</style>
background-color css
<style>
a { background-color: #A30988; }
a { background-color: rgb(163,9,136); }
div.DivClassName
{
background-color: #A30988;
}
.BgClassName
{
background-color: #A30988;
}
</style>
border-color css
<style>
span { border-color: #A30988; }
span { border-color: rgb(163,9,136); }
td.TdClassName
{
border-color: #A30988;
}
.TagClassName
{
border-color: #A30988;
}
</style>