Shades of Deep Magenta #AF12AC
Tints of Deep Magenta #AF12AC
RGB
CMYK
RGB Variations
Color information
#AF12AC (or 0xAF12AC) is known color: Deep Magenta. HEX triplet: AF, 12 and AC. RGB value is (175,18,172). Sum of RGB (Red+Green+Blue) = 175+18+172=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12AC is #50ED53. Grayscale: #525252. Windows color (decimal): -5303636 or 11276975. OLE color: 11276975.
HSL color Cylindrical-coordinate representation of color #AF12AC: hue angle of 301.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12AC is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 172 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.31 |
| HSL | 301.15º | 0.81% | 0.38% | - |
| HSV(B) | 301.15º | 0.9% | 0.69% | - |
| XYZ | 25.34 | 12.53 | 40.11 | - |
| YUV | 82.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 172 | 0 | 0.90 | 0.02 | 0.31 | 301.15 | 0.81 | 0.38 |
| Hex | AF | 12 | AC | 0 | 5A | 2 | 1F | 12D | 51 | 26 |
| Octal | 257 | 22 | 254 | 0 | 132 | 2 | 37 | 455 | 121 | 46 |
| Binary | 10101111 | 10010 | 10101100 | 0 | 1011010 | 10 | 11111 | 100101101 | 1010001 | 100110 |
Color Harmonies of #AF12AC
Complementary color
Monochromatic Colors of #AF12AC
Black with #AF12AC
Text Example
Text Example
White with #AF12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12AC; }
p { color: rgb(175,18,172); }
H1.HeaderClassName
{
color: #AF12AC;
}
.AnyTagClassName
{
color: #AF12AC;
}
</style>
background-color css
<style>
a { background-color: #AF12AC; }
a { background-color: rgb(175,18,172); }
div.DivClassName
{
background-color: #AF12AC;
}
.BgClassName
{
background-color: #AF12AC;
}
</style>
border-color css
<style>
span { border-color: #AF12AC; }
span { border-color: rgb(175,18,172); }
td.TdClassName
{
border-color: #AF12AC;
}
.TagClassName
{
border-color: #AF12AC;
}
</style>