Shades of Deep Magenta #AF11AC
Tints of Deep Magenta #AF11AC
RGB
CMYK
RGB Variations
Color information
#AF11AC (or 0xAF11AC) is known color: Deep Magenta. HEX triplet: AF, 11 and AC. RGB value is (175,17,172). Sum of RGB (Red+Green+Blue) = 175+17+172=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11AC is #50EE53. Grayscale: #515151. Windows color (decimal): -5303892 or 11276719. OLE color: 11276719.
HSL color Cylindrical-coordinate representation of color #AF11AC: hue angle of 301.14º degrees, saturation: 0.82, 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 #AF11AC is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 172 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.31 |
| HSL | 301.14º | 0.82% | 0.38% | - |
| HSV(B) | 301.14º | 0.9% | 0.69% | - |
| XYZ | 25.33 | 12.49 | 40.11 | - |
| YUV | 81.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 172 | 0 | 0.90 | 0.02 | 0.31 | 301.14 | 0.82 | 0.38 |
| Hex | AF | 11 | AC | 0 | 5A | 2 | 1F | 12D | 52 | 26 |
| Octal | 257 | 21 | 254 | 0 | 132 | 2 | 37 | 455 | 122 | 46 |
| Binary | 10101111 | 10001 | 10101100 | 0 | 1011010 | 10 | 11111 | 100101101 | 1010010 | 100110 |
Color Harmonies of #AF11AC
Complementary color
Monochromatic Colors of #AF11AC
Black with #AF11AC
Text Example
Text Example
White with #AF11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11AC; }
p { color: rgb(175,17,172); }
H1.HeaderClassName
{
color: #AF11AC;
}
.AnyTagClassName
{
color: #AF11AC;
}
</style>
background-color css
<style>
a { background-color: #AF11AC; }
a { background-color: rgb(175,17,172); }
div.DivClassName
{
background-color: #AF11AC;
}
.BgClassName
{
background-color: #AF11AC;
}
</style>
border-color css
<style>
span { border-color: #AF11AC; }
span { border-color: rgb(175,17,172); }
td.TdClassName
{
border-color: #AF11AC;
}
.TagClassName
{
border-color: #AF11AC;
}
</style>