Shades of Deep Magenta #AF11AF
Tints of Deep Magenta #AF11AF
RGB
CMYK
RGB Variations
Color information
#AF11AF (or 0xAF11AF) is known color: Deep Magenta. HEX triplet: AF, 11 and AF. RGB value is (175,17,175). Sum of RGB (Red+Green+Blue) = 175+17+175=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF11AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11AF is #50EE50. Grayscale: #515151. Windows color (decimal): -5303889 or 11473327. OLE color: 11473327.
HSL color Cylindrical-coordinate representation of color #AF11AF: hue angle of 300º 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 #AF11AF is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 175 | - |
| CMYK | 0 | 0.90 | 0 | 0.31 |
| HSL | 300º | 0.82% | 0.38% | - |
| HSV(B) | 300º | 0.9% | 0.69% | - |
| XYZ | 25.62 | 12.61 | 41.64 | - |
| YUV | 82.25 | 180.35 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 175 | 0 | 0.90 | 0 | 0.31 | 300 | 0.82 | 0.38 |
| Hex | AF | 11 | AF | 0 | 5A | 0 | 1F | 12C | 52 | 26 |
| Octal | 257 | 21 | 257 | 0 | 132 | 0 | 37 | 454 | 122 | 46 |
| Binary | 10101111 | 10001 | 10101111 | 0 | 1011010 | 0 | 11111 | 100101100 | 1010010 | 100110 |
Color Harmonies of #AF11AF
Complementary color
Monochromatic Colors of #AF11AF
Black with #AF11AF
Text Example
Text Example
White with #AF11AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11AF; }
p { color: rgb(175,17,175); }
H1.HeaderClassName
{
color: #AF11AF;
}
.AnyTagClassName
{
color: #AF11AF;
}
</style>
background-color css
<style>
a { background-color: #AF11AF; }
a { background-color: rgb(175,17,175); }
div.DivClassName
{
background-color: #AF11AF;
}
.BgClassName
{
background-color: #AF11AF;
}
</style>
border-color css
<style>
span { border-color: #AF11AF; }
span { border-color: rgb(175,17,175); }
td.TdClassName
{
border-color: #AF11AF;
}
.TagClassName
{
border-color: #AF11AF;
}
</style>