Shades of Dark Magenta #A30FAC
Tints of Dark Magenta #A30FAC
RGB
CMYK
RGB Variations
Color information
#A30FAC (or 0xA30FAC) is known color: Dark Magenta. HEX triplet: A3, 0F and AC. RGB value is (163,15,172). Sum of RGB (Red+Green+Blue) = 163+15+172=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #A30FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FAC is #5CF053. Grayscale: #4C4C4C. Windows color (decimal): -6090836 or 11276195. OLE color: 11276195.
HSL color Cylindrical-coordinate representation of color #A30FAC: hue angle of 296.56º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30FAC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 15 | 172 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.33 |
| HSL | 296.56º | 0.84% | 0.37% | - |
| HSV(B) | 296.56º | 0.91% | 0.67% | - |
| XYZ | 22.72 | 11.11 | 39.98 | - |
| YUV | 77.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 172 | 0.05 | 0.91 | 0 | 0.33 | 296.56 | 0.84 | 0.37 |
| Hex | A3 | F | AC | 5 | 5B | 0 | 21 | 129 | 54 | 25 |
| Octal | 243 | 17 | 254 | 5 | 133 | 0 | 41 | 451 | 124 | 45 |
| Binary | 10100011 | 1111 | 10101100 | 101 | 1011011 | 0 | 100001 | 100101001 | 1010100 | 100101 |
Color Harmonies of #A30FAC
Complementary color
Monochromatic Colors of #A30FAC
Black with #A30FAC
Text Example
Text Example
White with #A30FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FAC; }
p { color: rgb(163,15,172); }
H1.HeaderClassName
{
color: #A30FAC;
}
.AnyTagClassName
{
color: #A30FAC;
}
</style>
background-color css
<style>
a { background-color: #A30FAC; }
a { background-color: rgb(163,15,172); }
div.DivClassName
{
background-color: #A30FAC;
}
.BgClassName
{
background-color: #A30FAC;
}
</style>
border-color css
<style>
span { border-color: #A30FAC; }
span { border-color: rgb(163,15,172); }
td.TdClassName
{
border-color: #A30FAC;
}
.TagClassName
{
border-color: #A30FAC;
}
</style>