Shades of Dark Magenta #A30AA4
Tints of Dark Magenta #A30AA4
RGB
CMYK
RGB Variations
Color information
#A30AA4 (or 0xA30AA4) is known color: Dark Magenta. HEX triplet: A3, 0A and A4. RGB value is (163,10,164). Sum of RGB (Red+Green+Blue) = 163+10+164=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #A30AA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AA4 is #5CF55B. Grayscale: #484848. Windows color (decimal): -6092124 or 10750627. OLE color: 10750627.
HSL color Cylindrical-coordinate representation of color #A30AA4: hue angle of 299.61º degrees, saturation: 0.89, 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 #A30AA4 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 10 | 164 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.36 |
| HSL | 299.61º | 0.89% | 0.34% | - |
| HSV(B) | 299.61º | 0.94% | 0.64% | - |
| XYZ | 21.91 | 10.68 | 36.03 | - |
| YUV | 73.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 164 | 0.01 | 0.94 | 0 | 0.36 | 299.61 | 0.89 | 0.34 |
| Hex | A3 | A | A4 | 1 | 5E | 0 | 24 | 12C | 59 | 22 |
| Octal | 243 | 12 | 244 | 1 | 136 | 0 | 44 | 454 | 131 | 42 |
| Binary | 10100011 | 1010 | 10100100 | 1 | 1011110 | 0 | 100100 | 100101100 | 1011001 | 100010 |
Color Harmonies of #A30AA4
Complementary color
Monochromatic Colors of #A30AA4
Black with #A30AA4
Text Example
Text Example
White with #A30AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AA4; }
p { color: rgb(163,10,164); }
H1.HeaderClassName
{
color: #A30AA4;
}
.AnyTagClassName
{
color: #A30AA4;
}
</style>
background-color css
<style>
a { background-color: #A30AA4; }
a { background-color: rgb(163,10,164); }
div.DivClassName
{
background-color: #A30AA4;
}
.BgClassName
{
background-color: #A30AA4;
}
</style>
border-color css
<style>
span { border-color: #A30AA4; }
span { border-color: rgb(163,10,164); }
td.TdClassName
{
border-color: #A30AA4;
}
.TagClassName
{
border-color: #A30AA4;
}
</style>