Shades of Dark Magenta #A30AAC
Tints of Dark Magenta #A30AAC
RGB
CMYK
RGB Variations
Color information
#A30AAC (or 0xA30AAC) is known color: Dark Magenta. HEX triplet: A3, 0A and AC. RGB value is (163,10,172). Sum of RGB (Red+Green+Blue) = 163+10+172=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #A30AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AAC is #5CF553. Grayscale: #494949. Windows color (decimal): -6092116 or 11274915. OLE color: 11274915.
HSL color Cylindrical-coordinate representation of color #A30AAC: hue angle of 296.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30AAC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 10 | 172 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.33 |
| HSL | 296.67º | 0.89% | 0.36% | - |
| HSV(B) | 296.67º | 0.94% | 0.67% | - |
| XYZ | 22.66 | 10.98 | 39.96 | - |
| YUV | 74.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 172 | 0.05 | 0.94 | 0 | 0.33 | 296.67 | 0.89 | 0.36 |
| Hex | A3 | A | AC | 5 | 5E | 0 | 21 | 129 | 59 | 24 |
| Octal | 243 | 12 | 254 | 5 | 136 | 0 | 41 | 451 | 131 | 44 |
| Binary | 10100011 | 1010 | 10101100 | 101 | 1011110 | 0 | 100001 | 100101001 | 1011001 | 100100 |
Color Harmonies of #A30AAC
Complementary color
Monochromatic Colors of #A30AAC
Black with #A30AAC
Text Example
Text Example
White with #A30AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AAC; }
p { color: rgb(163,10,172); }
H1.HeaderClassName
{
color: #A30AAC;
}
.AnyTagClassName
{
color: #A30AAC;
}
</style>
background-color css
<style>
a { background-color: #A30AAC; }
a { background-color: rgb(163,10,172); }
div.DivClassName
{
background-color: #A30AAC;
}
.BgClassName
{
background-color: #A30AAC;
}
</style>
border-color css
<style>
span { border-color: #A30AAC; }
span { border-color: rgb(163,10,172); }
td.TdClassName
{
border-color: #A30AAC;
}
.TagClassName
{
border-color: #A30AAC;
}
</style>