Shades of Deep Magenta #AF17BD
Tints of Deep Magenta #AF17BD
RGB
CMYK
RGB Variations
Color information
#AF17BD (or 0xAF17BD) is known color: Deep Magenta. HEX triplet: AF, 17 and BD. RGB value is (175,23,189). Sum of RGB (Red+Green+Blue) = 175+23+189=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17BD is #50E842. Grayscale: #565656. Windows color (decimal): -5302339 or 12392367. OLE color: 12392367.
HSL color Cylindrical-coordinate representation of color #AF17BD: hue angle of 294.94º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF17BD is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 23 | 189 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.26 |
| HSL | 294.94º | 0.78% | 0.42% | - |
| HSV(B) | 294.94º | 0.88% | 0.74% | - |
| XYZ | 27.17 | 13.4 | 49.3 | - |
| YUV | 87.37 | 185.36 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 189 | 0.07 | 0.88 | 0 | 0.26 | 294.94 | 0.78 | 0.42 |
| Hex | AF | 17 | BD | 7 | 58 | 0 | 1A | 127 | 4E | 2A |
| Octal | 257 | 27 | 275 | 7 | 130 | 0 | 32 | 447 | 116 | 52 |
| Binary | 10101111 | 10111 | 10111101 | 111 | 1011000 | 0 | 11010 | 100100111 | 1001110 | 101010 |
Color Harmonies of #AF17BD
Complementary color
Monochromatic Colors of #AF17BD
Black with #AF17BD
Text Example
Text Example
White with #AF17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17BD; }
p { color: rgb(175,23,189); }
H1.HeaderClassName
{
color: #AF17BD;
}
.AnyTagClassName
{
color: #AF17BD;
}
</style>
background-color css
<style>
a { background-color: #AF17BD; }
a { background-color: rgb(175,23,189); }
div.DivClassName
{
background-color: #AF17BD;
}
.BgClassName
{
background-color: #AF17BD;
}
</style>
border-color css
<style>
span { border-color: #AF17BD; }
span { border-color: rgb(175,23,189); }
td.TdClassName
{
border-color: #AF17BD;
}
.TagClassName
{
border-color: #AF17BD;
}
</style>