Shades of Dark Magenta #A30AAE
Tints of Dark Magenta #A30AAE
RGB
CMYK
RGB Variations
Color information
#A30AAE (or 0xA30AAE) is known color: Dark Magenta. HEX triplet: A3, 0A and AE. RGB value is (163,10,174). Sum of RGB (Red+Green+Blue) = 163+10+174=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #A30AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AAE is #5CF551. Grayscale: #494949. Windows color (decimal): -6092114 or 11405987. OLE color: 11405987.
HSL color Cylindrical-coordinate representation of color #A30AAE: hue angle of 295.98º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30AAE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 10 | 174 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.32 |
| HSL | 295.98º | 0.89% | 0.36% | - |
| HSV(B) | 295.98º | 0.94% | 0.68% | - |
| XYZ | 22.85 | 11.06 | 40.97 | - |
| YUV | 74.44 | 184.19 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 174 | 0.06 | 0.94 | 0 | 0.32 | 295.98 | 0.89 | 0.36 |
| Hex | A3 | A | AE | 6 | 5E | 0 | 20 | 128 | 59 | 24 |
| Octal | 243 | 12 | 256 | 6 | 136 | 0 | 40 | 450 | 131 | 44 |
| Binary | 10100011 | 1010 | 10101110 | 110 | 1011110 | 0 | 100000 | 100101000 | 1011001 | 100100 |
Color Harmonies of #A30AAE
Complementary color
Monochromatic Colors of #A30AAE
Black with #A30AAE
Text Example
Text Example
White with #A30AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AAE; }
p { color: rgb(163,10,174); }
H1.HeaderClassName
{
color: #A30AAE;
}
.AnyTagClassName
{
color: #A30AAE;
}
</style>
background-color css
<style>
a { background-color: #A30AAE; }
a { background-color: rgb(163,10,174); }
div.DivClassName
{
background-color: #A30AAE;
}
.BgClassName
{
background-color: #A30AAE;
}
</style>
border-color css
<style>
span { border-color: #A30AAE; }
span { border-color: rgb(163,10,174); }
td.TdClassName
{
border-color: #A30AAE;
}
.TagClassName
{
border-color: #A30AAE;
}
</style>