Shades of Dark Magenta #A30AA7
Tints of Dark Magenta #A30AA7
RGB
CMYK
RGB Variations
Color information
#A30AA7 (or 0xA30AA7) is known color: Dark Magenta. HEX triplet: A3, 0A and A7. RGB value is (163,10,167). Sum of RGB (Red+Green+Blue) = 163+10+167=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #A30AA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AA7 is #5CF558. Grayscale: #494949. Windows color (decimal): -6092121 or 10947235. OLE color: 10947235.
HSL color Cylindrical-coordinate representation of color #A30AA7: hue angle of 298.47º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30AA7 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 10 | 167 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.35 |
| HSL | 298.47º | 0.89% | 0.35% | - |
| HSV(B) | 298.47º | 0.94% | 0.65% | - |
| XYZ | 22.19 | 10.79 | 37.47 | - |
| YUV | 73.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 167 | 0.02 | 0.94 | 0 | 0.35 | 298.47 | 0.89 | 0.35 |
| Hex | A3 | A | A7 | 2 | 5E | 0 | 23 | 12A | 59 | 23 |
| Octal | 243 | 12 | 247 | 2 | 136 | 0 | 43 | 452 | 131 | 43 |
| Binary | 10100011 | 1010 | 10100111 | 10 | 1011110 | 0 | 100011 | 100101010 | 1011001 | 100011 |
Color Harmonies of #A30AA7
Complementary color
Monochromatic Colors of #A30AA7
Black with #A30AA7
Text Example
Text Example
White with #A30AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AA7; }
p { color: rgb(163,10,167); }
H1.HeaderClassName
{
color: #A30AA7;
}
.AnyTagClassName
{
color: #A30AA7;
}
</style>
background-color css
<style>
a { background-color: #A30AA7; }
a { background-color: rgb(163,10,167); }
div.DivClassName
{
background-color: #A30AA7;
}
.BgClassName
{
background-color: #A30AA7;
}
</style>
border-color css
<style>
span { border-color: #A30AA7; }
span { border-color: rgb(163,10,167); }
td.TdClassName
{
border-color: #A30AA7;
}
.TagClassName
{
border-color: #A30AA7;
}
</style>