Shades of Deep Magenta #AF11AD
Tints of Deep Magenta #AF11AD
RGB
CMYK
RGB Variations
Color information
#AF11AD (or 0xAF11AD) is known color: Deep Magenta. HEX triplet: AF, 11 and AD. RGB value is (175,17,173). Sum of RGB (Red+Green+Blue) = 175+17+173=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11AD is #50EE52. Grayscale: #515151. Windows color (decimal): -5303891 or 11342255. OLE color: 11342255.
HSL color Cylindrical-coordinate representation of color #AF11AD: hue angle of 300.76º 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 #AF11AD is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 173 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.31 |
| HSL | 300.76º | 0.82% | 0.38% | - |
| HSV(B) | 300.76º | 0.9% | 0.69% | - |
| XYZ | 25.42 | 12.53 | 40.61 | - |
| YUV | 82.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 173 | 0 | 0.90 | 0.01 | 0.31 | 300.76 | 0.82 | 0.38 |
| Hex | AF | 11 | AD | 0 | 5A | 1 | 1F | 12D | 52 | 26 |
| Octal | 257 | 21 | 255 | 0 | 132 | 1 | 37 | 455 | 122 | 46 |
| Binary | 10101111 | 10001 | 10101101 | 0 | 1011010 | 1 | 11111 | 100101101 | 1010010 | 100110 |
Color Harmonies of #AF11AD
Complementary color
Monochromatic Colors of #AF11AD
Black with #AF11AD
Text Example
Text Example
White with #AF11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11AD; }
p { color: rgb(175,17,173); }
H1.HeaderClassName
{
color: #AF11AD;
}
.AnyTagClassName
{
color: #AF11AD;
}
</style>
background-color css
<style>
a { background-color: #AF11AD; }
a { background-color: rgb(175,17,173); }
div.DivClassName
{
background-color: #AF11AD;
}
.BgClassName
{
background-color: #AF11AD;
}
</style>
border-color css
<style>
span { border-color: #AF11AD; }
span { border-color: rgb(175,17,173); }
td.TdClassName
{
border-color: #AF11AD;
}
.TagClassName
{
border-color: #AF11AD;
}
</style>