Shades of Deep Magenta #AF17B0
Tints of Deep Magenta #AF17B0
RGB
CMYK
RGB Variations
Color information
#AF17B0 (or 0xAF17B0) is known color: Deep Magenta. HEX triplet: AF, 17 and B0. RGB value is (175,23,176). Sum of RGB (Red+Green+Blue) = 175+23+176=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF17B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF17B0 is #50E84F. Grayscale: #555555. Windows color (decimal): -5302352 or 11540399. OLE color: 11540399.
HSL color Cylindrical-coordinate representation of color #AF17B0: hue angle of 299.61º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF17B0 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 176 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.31 |
| HSL | 299.61º | 0.77% | 0.39% | - |
| HSV(B) | 299.61º | 0.87% | 0.69% | - |
| XYZ | 25.82 | 12.86 | 42.2 | - |
| YUV | 85.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 176 | 0.01 | 0.87 | 0 | 0.31 | 299.61 | 0.77 | 0.39 |
| Hex | AF | 17 | B0 | 1 | 57 | 0 | 1F | 12C | 4D | 27 |
| Octal | 257 | 27 | 260 | 1 | 127 | 0 | 37 | 454 | 115 | 47 |
| Binary | 10101111 | 10111 | 10110000 | 1 | 1010111 | 0 | 11111 | 100101100 | 1001101 | 100111 |
Color Harmonies of #AF17B0
Complementary color
Monochromatic Colors of #AF17B0
Black with #AF17B0
Text Example
Text Example
White with #AF17B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17B0; }
p { color: rgb(175,23,176); }
H1.HeaderClassName
{
color: #AF17B0;
}
.AnyTagClassName
{
color: #AF17B0;
}
</style>
background-color css
<style>
a { background-color: #AF17B0; }
a { background-color: rgb(175,23,176); }
div.DivClassName
{
background-color: #AF17B0;
}
.BgClassName
{
background-color: #AF17B0;
}
</style>
border-color css
<style>
span { border-color: #AF17B0; }
span { border-color: rgb(175,23,176); }
td.TdClassName
{
border-color: #AF17B0;
}
.TagClassName
{
border-color: #AF17B0;
}
</style>