Shades of Dark Magenta #AF11A6
Tints of Dark Magenta #AF11A6
RGB
CMYK
RGB Variations
Color information
#AF11A6 (or 0xAF11A6) is known color: Dark Magenta. HEX triplet: AF, 11 and A6. RGB value is (175,17,166). Sum of RGB (Red+Green+Blue) = 175+17+166=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11A6 is #50EE59. Grayscale: #505050. Windows color (decimal): -5303898 or 10883503. OLE color: 10883503.
HSL color Cylindrical-coordinate representation of color #AF11A6: hue angle of 303.42º 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 #AF11A6 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 166 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.31 |
| HSL | 303.42º | 0.82% | 0.38% | - |
| HSV(B) | 303.42º | 0.9% | 0.69% | - |
| XYZ | 24.76 | 12.27 | 37.14 | - |
| YUV | 81.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 166 | 0 | 0.90 | 0.05 | 0.31 | 303.42 | 0.82 | 0.38 |
| Hex | AF | 11 | A6 | 0 | 5A | 5 | 1F | 12F | 52 | 26 |
| Octal | 257 | 21 | 246 | 0 | 132 | 5 | 37 | 457 | 122 | 46 |
| Binary | 10101111 | 10001 | 10100110 | 0 | 1011010 | 101 | 11111 | 100101111 | 1010010 | 100110 |
Color Harmonies of #AF11A6
Complementary color
Monochromatic Colors of #AF11A6
Black with #AF11A6
Text Example
Text Example
White with #AF11A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11A6; }
p { color: rgb(175,17,166); }
H1.HeaderClassName
{
color: #AF11A6;
}
.AnyTagClassName
{
color: #AF11A6;
}
</style>
background-color css
<style>
a { background-color: #AF11A6; }
a { background-color: rgb(175,17,166); }
div.DivClassName
{
background-color: #AF11A6;
}
.BgClassName
{
background-color: #AF11A6;
}
</style>
border-color css
<style>
span { border-color: #AF11A6; }
span { border-color: rgb(175,17,166); }
td.TdClassName
{
border-color: #AF11A6;
}
.TagClassName
{
border-color: #AF11A6;
}
</style>