Shades of Deep Magenta #AF11AB
Tints of Deep Magenta #AF11AB
RGB
CMYK
RGB Variations
Color information
#AF11AB (or 0xAF11AB) is known color: Deep Magenta. HEX triplet: AF, 11 and AB. RGB value is (175,17,171). Sum of RGB (Red+Green+Blue) = 175+17+171=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11AB is #50EE54. Grayscale: #515151. Windows color (decimal): -5303893 or 11211183. OLE color: 11211183.
HSL color Cylindrical-coordinate representation of color #AF11AB: hue angle of 301.52º 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 #AF11AB is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 171 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.31 |
| HSL | 301.52º | 0.82% | 0.38% | - |
| HSV(B) | 301.52º | 0.9% | 0.69% | - |
| XYZ | 25.23 | 12.46 | 39.6 | - |
| YUV | 81.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 171 | 0 | 0.90 | 0.02 | 0.31 | 301.52 | 0.82 | 0.38 |
| Hex | AF | 11 | AB | 0 | 5A | 2 | 1F | 12E | 52 | 26 |
| Octal | 257 | 21 | 253 | 0 | 132 | 2 | 37 | 456 | 122 | 46 |
| Binary | 10101111 | 10001 | 10101011 | 0 | 1011010 | 10 | 11111 | 100101110 | 1010010 | 100110 |
Color Harmonies of #AF11AB
Complementary color
Monochromatic Colors of #AF11AB
Black with #AF11AB
Text Example
Text Example
White with #AF11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11AB; }
p { color: rgb(175,17,171); }
H1.HeaderClassName
{
color: #AF11AB;
}
.AnyTagClassName
{
color: #AF11AB;
}
</style>
background-color css
<style>
a { background-color: #AF11AB; }
a { background-color: rgb(175,17,171); }
div.DivClassName
{
background-color: #AF11AB;
}
.BgClassName
{
background-color: #AF11AB;
}
</style>
border-color css
<style>
span { border-color: #AF11AB; }
span { border-color: rgb(175,17,171); }
td.TdClassName
{
border-color: #AF11AB;
}
.TagClassName
{
border-color: #AF11AB;
}
</style>