Shades of Dark Magenta #AC0FA1
Tints of Dark Magenta #AC0FA1
RGB
CMYK
RGB Variations
Color information
#AC0FA1 (or 0xAC0FA1) is known color: Dark Magenta. HEX triplet: AC, 0F and A1. RGB value is (172,15,161). Sum of RGB (Red+Green+Blue) = 172+15+161=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0FA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FA1 is #53F05E. Grayscale: #4E4E4E. Windows color (decimal): -5501023 or 10555308. OLE color: 10555308.
HSL color Cylindrical-coordinate representation of color #AC0FA1: hue angle of 304.2º 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 #AC0FA1 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 161 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.33 |
| HSL | 304.2º | 0.84% | 0.37% | - |
| HSV(B) | 304.2º | 0.91% | 0.67% | - |
| XYZ | 23.62 | 11.69 | 34.73 | - |
| YUV | 78.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 161 | 0 | 0.91 | 0.06 | 0.33 | 304.2 | 0.84 | 0.37 |
| Hex | AC | F | A1 | 0 | 5B | 6 | 21 | 130 | 54 | 25 |
| Octal | 254 | 17 | 241 | 0 | 133 | 6 | 41 | 460 | 124 | 45 |
| Binary | 10101100 | 1111 | 10100001 | 0 | 1011011 | 110 | 100001 | 100110000 | 1010100 | 100101 |
Color Harmonies of #AC0FA1
Complementary color
Monochromatic Colors of #AC0FA1
Black with #AC0FA1
Text Example
Text Example
White with #AC0FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FA1; }
p { color: rgb(172,15,161); }
H1.HeaderClassName
{
color: #AC0FA1;
}
.AnyTagClassName
{
color: #AC0FA1;
}
</style>
background-color css
<style>
a { background-color: #AC0FA1; }
a { background-color: rgb(172,15,161); }
div.DivClassName
{
background-color: #AC0FA1;
}
.BgClassName
{
background-color: #AC0FA1;
}
</style>
border-color css
<style>
span { border-color: #AC0FA1; }
span { border-color: rgb(172,15,161); }
td.TdClassName
{
border-color: #AC0FA1;
}
.TagClassName
{
border-color: #AC0FA1;
}
</style>