Shades of Dark Magenta #A512AC
Tints of Dark Magenta #A512AC
RGB
CMYK
RGB Variations
Color information
#A512AC (or 0xA512AC) is known color: Dark Magenta. HEX triplet: A5, 12 and AC. RGB value is (165,18,172). Sum of RGB (Red+Green+Blue) = 165+18+172=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A512AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A512AC is #5AED53. Grayscale: #4F4F4F. Windows color (decimal): -5958996 or 11276965. OLE color: 11276965.
HSL color Cylindrical-coordinate representation of color #A512AC: hue angle of 297.27º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A512AC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 18 | 172 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.33 |
| HSL | 297.27º | 0.81% | 0.37% | - |
| HSV(B) | 297.27º | 0.9% | 0.67% | - |
| XYZ | 23.18 | 11.41 | 40.01 | - |
| YUV | 79.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 172 | 0.04 | 0.90 | 0 | 0.33 | 297.27 | 0.81 | 0.37 |
| Hex | A5 | 12 | AC | 4 | 5A | 0 | 21 | 129 | 51 | 25 |
| Octal | 245 | 22 | 254 | 4 | 132 | 0 | 41 | 451 | 121 | 45 |
| Binary | 10100101 | 10010 | 10101100 | 100 | 1011010 | 0 | 100001 | 100101001 | 1010001 | 100101 |
Color Harmonies of #A512AC
Complementary color
Monochromatic Colors of #A512AC
Black with #A512AC
Text Example
Text Example
White with #A512AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512AC; }
p { color: rgb(165,18,172); }
H1.HeaderClassName
{
color: #A512AC;
}
.AnyTagClassName
{
color: #A512AC;
}
</style>
background-color css
<style>
a { background-color: #A512AC; }
a { background-color: rgb(165,18,172); }
div.DivClassName
{
background-color: #A512AC;
}
.BgClassName
{
background-color: #A512AC;
}
</style>
border-color css
<style>
span { border-color: #A512AC; }
span { border-color: rgb(165,18,172); }
td.TdClassName
{
border-color: #A512AC;
}
.TagClassName
{
border-color: #A512AC;
}
</style>