Shades of Dark Magenta #A30DAD
Tints of Dark Magenta #A30DAD
RGB
CMYK
RGB Variations
Color information
#A30DAD (or 0xA30DAD) is known color: Dark Magenta. HEX triplet: A3, 0D and AD. RGB value is (163,13,173). Sum of RGB (Red+Green+Blue) = 163+13+173=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #A30DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30DAD is #5CF252. Grayscale: #4B4B4B. Windows color (decimal): -6091347 or 11341219. OLE color: 11341219.
HSL color Cylindrical-coordinate representation of color #A30DAD: hue angle of 296.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30DAD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 13 | 173 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.32 |
| HSL | 296.25º | 0.86% | 0.36% | - |
| HSV(B) | 296.25º | 0.92% | 0.68% | - |
| XYZ | 22.79 | 11.09 | 40.47 | - |
| YUV | 76.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 173 | 0.06 | 0.92 | 0 | 0.32 | 296.25 | 0.86 | 0.36 |
| Hex | A3 | D | AD | 6 | 5C | 0 | 20 | 128 | 56 | 24 |
| Octal | 243 | 15 | 255 | 6 | 134 | 0 | 40 | 450 | 126 | 44 |
| Binary | 10100011 | 1101 | 10101101 | 110 | 1011100 | 0 | 100000 | 100101000 | 1010110 | 100100 |
Color Harmonies of #A30DAD
Complementary color
Monochromatic Colors of #A30DAD
Black with #A30DAD
Text Example
Text Example
White with #A30DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DAD; }
p { color: rgb(163,13,173); }
H1.HeaderClassName
{
color: #A30DAD;
}
.AnyTagClassName
{
color: #A30DAD;
}
</style>
background-color css
<style>
a { background-color: #A30DAD; }
a { background-color: rgb(163,13,173); }
div.DivClassName
{
background-color: #A30DAD;
}
.BgClassName
{
background-color: #A30DAD;
}
</style>
border-color css
<style>
span { border-color: #A30DAD; }
span { border-color: rgb(163,13,173); }
td.TdClassName
{
border-color: #A30DAD;
}
.TagClassName
{
border-color: #A30DAD;
}
</style>