Shades of Deep Magenta #AF17B8
Tints of Deep Magenta #AF17B8
RGB
CMYK
RGB Variations
Color information
#AF17B8 (or 0xAF17B8) is known color: Deep Magenta. HEX triplet: AF, 17 and B8. RGB value is (175,23,184). Sum of RGB (Red+Green+Blue) = 175+23+184=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF17B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17B8 is #50E847. Grayscale: #565656. Windows color (decimal): -5302344 or 12064687. OLE color: 12064687.
HSL color Cylindrical-coordinate representation of color #AF17B8: hue angle of 296.65º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF17B8 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 23 | 184 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.28 |
| HSL | 296.65º | 0.78% | 0.41% | - |
| HSV(B) | 296.65º | 0.88% | 0.72% | - |
| XYZ | 26.64 | 13.19 | 46.49 | - |
| YUV | 86.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 184 | 0.05 | 0.88 | 0 | 0.28 | 296.65 | 0.78 | 0.41 |
| Hex | AF | 17 | B8 | 5 | 58 | 0 | 1C | 129 | 4E | 29 |
| Octal | 257 | 27 | 270 | 5 | 130 | 0 | 34 | 451 | 116 | 51 |
| Binary | 10101111 | 10111 | 10111000 | 101 | 1011000 | 0 | 11100 | 100101001 | 1001110 | 101001 |
Color Harmonies of #AF17B8
Complementary color
Monochromatic Colors of #AF17B8
Black with #AF17B8
Text Example
Text Example
White with #AF17B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17B8; }
p { color: rgb(175,23,184); }
H1.HeaderClassName
{
color: #AF17B8;
}
.AnyTagClassName
{
color: #AF17B8;
}
</style>
background-color css
<style>
a { background-color: #AF17B8; }
a { background-color: rgb(175,23,184); }
div.DivClassName
{
background-color: #AF17B8;
}
.BgClassName
{
background-color: #AF17B8;
}
</style>
border-color css
<style>
span { border-color: #AF17B8; }
span { border-color: rgb(175,23,184); }
td.TdClassName
{
border-color: #AF17B8;
}
.TagClassName
{
border-color: #AF17B8;
}
</style>