Shades of Dark Magenta #A30AA6
Tints of Dark Magenta #A30AA6
RGB
CMYK
RGB Variations
Color information
#A30AA6 (or 0xA30AA6) is known color: Dark Magenta. HEX triplet: A3, 0A and A6. RGB value is (163,10,166). Sum of RGB (Red+Green+Blue) = 163+10+166=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 166 (65.23% from 255 or 48.97% from 339); Max value from RGB is 166 - color contains mainly: blue. Hex color #A30AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30AA6 is #5CF559. Grayscale: #494949. Windows color (decimal): -6092122 or 10881699. OLE color: 10881699.
HSL color Cylindrical-coordinate representation of color #A30AA6: hue angle of 298.85º 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 #A30AA6 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 10 | 166 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.35 |
| HSL | 298.85º | 0.89% | 0.35% | - |
| HSV(B) | 298.85º | 0.94% | 0.65% | - |
| XYZ | 22.1 | 10.76 | 36.99 | - |
| YUV | 73.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 166 | 0.02 | 0.94 | 0 | 0.35 | 298.85 | 0.89 | 0.35 |
| Hex | A3 | A | A6 | 2 | 5E | 0 | 23 | 12B | 59 | 23 |
| Octal | 243 | 12 | 246 | 2 | 136 | 0 | 43 | 453 | 131 | 43 |
| Binary | 10100011 | 1010 | 10100110 | 10 | 1011110 | 0 | 100011 | 100101011 | 1011001 | 100011 |
Color Harmonies of #A30AA6
Complementary color
Monochromatic Colors of #A30AA6
Black with #A30AA6
Text Example
Text Example
White with #A30AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AA6; }
p { color: rgb(163,10,166); }
H1.HeaderClassName
{
color: #A30AA6;
}
.AnyTagClassName
{
color: #A30AA6;
}
</style>
background-color css
<style>
a { background-color: #A30AA6; }
a { background-color: rgb(163,10,166); }
div.DivClassName
{
background-color: #A30AA6;
}
.BgClassName
{
background-color: #A30AA6;
}
</style>
border-color css
<style>
span { border-color: #A30AA6; }
span { border-color: rgb(163,10,166); }
td.TdClassName
{
border-color: #A30AA6;
}
.TagClassName
{
border-color: #A30AA6;
}
</style>