Shades of Dark Magenta #A30DAA
Tints of Dark Magenta #A30DAA
RGB
CMYK
RGB Variations
Color information
#A30DAA (or 0xA30DAA) is known color: Dark Magenta. HEX triplet: A3, 0D and AA. RGB value is (163,13,170). Sum of RGB (Red+Green+Blue) = 163+13+170=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #A30DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30DAA is #5CF255. Grayscale: #4B4B4B. Windows color (decimal): -6091350 or 11144611. OLE color: 11144611.
HSL color Cylindrical-coordinate representation of color #A30DAA: hue angle of 297.32º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30DAA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 13 | 170 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.33 |
| HSL | 297.32º | 0.86% | 0.36% | - |
| HSV(B) | 297.32º | 0.92% | 0.67% | - |
| XYZ | 22.5 | 10.98 | 38.96 | - |
| YUV | 75.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 170 | 0.04 | 0.92 | 0 | 0.33 | 297.32 | 0.86 | 0.36 |
| Hex | A3 | D | AA | 4 | 5C | 0 | 21 | 129 | 56 | 24 |
| Octal | 243 | 15 | 252 | 4 | 134 | 0 | 41 | 451 | 126 | 44 |
| Binary | 10100011 | 1101 | 10101010 | 100 | 1011100 | 0 | 100001 | 100101001 | 1010110 | 100100 |
Color Harmonies of #A30DAA
Complementary color
Monochromatic Colors of #A30DAA
Black with #A30DAA
Text Example
Text Example
White with #A30DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DAA; }
p { color: rgb(163,13,170); }
H1.HeaderClassName
{
color: #A30DAA;
}
.AnyTagClassName
{
color: #A30DAA;
}
</style>
background-color css
<style>
a { background-color: #A30DAA; }
a { background-color: rgb(163,13,170); }
div.DivClassName
{
background-color: #A30DAA;
}
.BgClassName
{
background-color: #A30DAA;
}
</style>
border-color css
<style>
span { border-color: #A30DAA; }
span { border-color: rgb(163,13,170); }
td.TdClassName
{
border-color: #A30DAA;
}
.TagClassName
{
border-color: #A30DAA;
}
</style>