Shades of Deep Magenta #AF11A8
Tints of Deep Magenta #AF11A8
RGB
CMYK
RGB Variations
Color information
#AF11A8 (or 0xAF11A8) is known color: Deep Magenta. HEX triplet: AF, 11 and A8. RGB value is (175,17,168). Sum of RGB (Red+Green+Blue) = 175+17+168=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11A8 is #50EE57. Grayscale: #515151. Windows color (decimal): -5303896 or 11014575. OLE color: 11014575.
HSL color Cylindrical-coordinate representation of color #AF11A8: hue angle of 302.66º 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 #AF11A8 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 168 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.31 |
| HSL | 302.66º | 0.82% | 0.38% | - |
| HSV(B) | 302.66º | 0.9% | 0.69% | - |
| XYZ | 24.95 | 12.34 | 38.11 | - |
| YUV | 81.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 168 | 0 | 0.90 | 0.04 | 0.31 | 302.66 | 0.82 | 0.38 |
| Hex | AF | 11 | A8 | 0 | 5A | 4 | 1F | 12F | 52 | 26 |
| Octal | 257 | 21 | 250 | 0 | 132 | 4 | 37 | 457 | 122 | 46 |
| Binary | 10101111 | 10001 | 10101000 | 0 | 1011010 | 100 | 11111 | 100101111 | 1010010 | 100110 |
Color Harmonies of #AF11A8
Complementary color
Monochromatic Colors of #AF11A8
Black with #AF11A8
Text Example
Text Example
White with #AF11A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11A8; }
p { color: rgb(175,17,168); }
H1.HeaderClassName
{
color: #AF11A8;
}
.AnyTagClassName
{
color: #AF11A8;
}
</style>
background-color css
<style>
a { background-color: #AF11A8; }
a { background-color: rgb(175,17,168); }
div.DivClassName
{
background-color: #AF11A8;
}
.BgClassName
{
background-color: #AF11A8;
}
</style>
border-color css
<style>
span { border-color: #AF11A8; }
span { border-color: rgb(175,17,168); }
td.TdClassName
{
border-color: #AF11A8;
}
.TagClassName
{
border-color: #AF11A8;
}
</style>