Shades of Dark Magenta #A30998
Tints of Dark Magenta #A30998
RGB
CMYK
RGB Variations
Color information
#A30998 (or 0xA30998) is known color: Dark Magenta. HEX triplet: A3, 09 and 98. RGB value is (163,9,152). Sum of RGB (Red+Green+Blue) = 163+9+152=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A30998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30998 is #5CF667. Grayscale: #464646. Windows color (decimal): -6092392 or 9963939. OLE color: 9963939.
HSL color Cylindrical-coordinate representation of color #A30998: hue angle of 304.29º 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 #A30998 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 152 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.36 |
| HSL | 304.29º | 0.9% | 0.34% | - |
| HSV(B) | 304.29º | 0.94% | 0.64% | - |
| XYZ | 20.87 | 10.25 | 30.58 | - |
| YUV | 71.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 152 | 0 | 0.94 | 0.07 | 0.36 | 304.29 | 0.9 | 0.34 |
| Hex | A3 | 9 | 98 | 0 | 5E | 7 | 24 | 130 | 5A | 22 |
| Octal | 243 | 11 | 230 | 0 | 136 | 7 | 44 | 460 | 132 | 42 |
| Binary | 10100011 | 1001 | 10011000 | 0 | 1011110 | 111 | 100100 | 100110000 | 1011010 | 100010 |
Color Harmonies of #A30998
Complementary color
Monochromatic Colors of #A30998
Black with #A30998
Text Example
Text Example
White with #A30998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30998; }
p { color: rgb(163,9,152); }
H1.HeaderClassName
{
color: #A30998;
}
.AnyTagClassName
{
color: #A30998;
}
</style>
background-color css
<style>
a { background-color: #A30998; }
a { background-color: rgb(163,9,152); }
div.DivClassName
{
background-color: #A30998;
}
.BgClassName
{
background-color: #A30998;
}
</style>
border-color css
<style>
span { border-color: #A30998; }
span { border-color: rgb(163,9,152); }
td.TdClassName
{
border-color: #A30998;
}
.TagClassName
{
border-color: #A30998;
}
</style>