Shades of Dark Magenta #A30AAD
Tints of Dark Magenta #A30AAD
RGB
CMYK
RGB Variations
Color information
#A30AAD (or 0xA30AAD) is known color: Dark Magenta. HEX triplet: A3, 0A and AD. RGB value is (163,10,173). Sum of RGB (Red+Green+Blue) = 163+10+173=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #A30AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AAD is #5CF552. Grayscale: #494949. Windows color (decimal): -6092115 or 11340451. OLE color: 11340451.
HSL color Cylindrical-coordinate representation of color #A30AAD: hue angle of 296.32º 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 #A30AAD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 10 | 173 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.32 |
| HSL | 296.32º | 0.89% | 0.36% | - |
| HSV(B) | 296.32º | 0.94% | 0.68% | - |
| XYZ | 22.76 | 11.02 | 40.46 | - |
| YUV | 74.33 | 183.69 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 173 | 0.06 | 0.94 | 0 | 0.32 | 296.32 | 0.89 | 0.36 |
| Hex | A3 | A | AD | 6 | 5E | 0 | 20 | 128 | 59 | 24 |
| Octal | 243 | 12 | 255 | 6 | 136 | 0 | 40 | 450 | 131 | 44 |
| Binary | 10100011 | 1010 | 10101101 | 110 | 1011110 | 0 | 100000 | 100101000 | 1011001 | 100100 |
Color Harmonies of #A30AAD
Complementary color
Monochromatic Colors of #A30AAD
Black with #A30AAD
Text Example
Text Example
White with #A30AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AAD; }
p { color: rgb(163,10,173); }
H1.HeaderClassName
{
color: #A30AAD;
}
.AnyTagClassName
{
color: #A30AAD;
}
</style>
background-color css
<style>
a { background-color: #A30AAD; }
a { background-color: rgb(163,10,173); }
div.DivClassName
{
background-color: #A30AAD;
}
.BgClassName
{
background-color: #A30AAD;
}
</style>
border-color css
<style>
span { border-color: #A30AAD; }
span { border-color: rgb(163,10,173); }
td.TdClassName
{
border-color: #A30AAD;
}
.TagClassName
{
border-color: #A30AAD;
}
</style>