Shades of Deep Magenta #AF17B9
Tints of Deep Magenta #AF17B9
RGB
CMYK
RGB Variations
Color information
#AF17B9 (or 0xAF17B9) is known color: Deep Magenta. HEX triplet: AF, 17 and B9. RGB value is (175,23,185). Sum of RGB (Red+Green+Blue) = 175+23+185=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF17B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17B9 is #50E846. Grayscale: #565656. Windows color (decimal): -5302343 or 12130223. OLE color: 12130223.
HSL color Cylindrical-coordinate representation of color #AF17B9: hue angle of 296.3º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF17B9 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 23 | 185 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.27 |
| HSL | 296.3º | 0.78% | 0.41% | - |
| HSV(B) | 296.3º | 0.88% | 0.73% | - |
| XYZ | 26.74 | 13.23 | 47.04 | - |
| YUV | 86.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 185 | 0.05 | 0.88 | 0 | 0.27 | 296.3 | 0.78 | 0.41 |
| Hex | AF | 17 | B9 | 5 | 58 | 0 | 1B | 128 | 4E | 29 |
| Octal | 257 | 27 | 271 | 5 | 130 | 0 | 33 | 450 | 116 | 51 |
| Binary | 10101111 | 10111 | 10111001 | 101 | 1011000 | 0 | 11011 | 100101000 | 1001110 | 101001 |
Color Harmonies of #AF17B9
Complementary color
Monochromatic Colors of #AF17B9
Black with #AF17B9
Text Example
Text Example
White with #AF17B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17B9; }
p { color: rgb(175,23,185); }
H1.HeaderClassName
{
color: #AF17B9;
}
.AnyTagClassName
{
color: #AF17B9;
}
</style>
background-color css
<style>
a { background-color: #AF17B9; }
a { background-color: rgb(175,23,185); }
div.DivClassName
{
background-color: #AF17B9;
}
.BgClassName
{
background-color: #AF17B9;
}
</style>
border-color css
<style>
span { border-color: #AF17B9; }
span { border-color: rgb(175,23,185); }
td.TdClassName
{
border-color: #AF17B9;
}
.TagClassName
{
border-color: #AF17B9;
}
</style>