Shades of Dark Magenta #A30AAA
Tints of Dark Magenta #A30AAA
RGB
CMYK
RGB Variations
Color information
#A30AAA (or 0xA30AAA) is known color: Dark Magenta. HEX triplet: A3, 0A and AA. RGB value is (163,10,170). Sum of RGB (Red+Green+Blue) = 163+10+170=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A30AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AAA is #5CF555. Grayscale: #494949. Windows color (decimal): -6092118 or 11143843. OLE color: 11143843.
HSL color Cylindrical-coordinate representation of color #A30AAA: hue angle of 297.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30AAA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 10 | 170 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.33 |
| HSL | 297.38º | 0.89% | 0.35% | - |
| HSV(B) | 297.38º | 0.94% | 0.67% | - |
| XYZ | 22.47 | 10.91 | 38.95 | - |
| YUV | 73.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 170 | 0.04 | 0.94 | 0 | 0.33 | 297.38 | 0.89 | 0.35 |
| Hex | A3 | A | AA | 4 | 5E | 0 | 21 | 129 | 59 | 23 |
| Octal | 243 | 12 | 252 | 4 | 136 | 0 | 41 | 451 | 131 | 43 |
| Binary | 10100011 | 1010 | 10101010 | 100 | 1011110 | 0 | 100001 | 100101001 | 1011001 | 100011 |
Color Harmonies of #A30AAA
Complementary color
Monochromatic Colors of #A30AAA
Black with #A30AAA
Text Example
Text Example
White with #A30AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AAA; }
p { color: rgb(163,10,170); }
H1.HeaderClassName
{
color: #A30AAA;
}
.AnyTagClassName
{
color: #A30AAA;
}
</style>
background-color css
<style>
a { background-color: #A30AAA; }
a { background-color: rgb(163,10,170); }
div.DivClassName
{
background-color: #A30AAA;
}
.BgClassName
{
background-color: #A30AAA;
}
</style>
border-color css
<style>
span { border-color: #A30AAA; }
span { border-color: rgb(163,10,170); }
td.TdClassName
{
border-color: #A30AAA;
}
.TagClassName
{
border-color: #A30AAA;
}
</style>