Shades of Deep Magenta #AF16BD
Tints of Deep Magenta #AF16BD
RGB
CMYK
RGB Variations
Color information
#AF16BD (or 0xAF16BD) is known color: Deep Magenta. HEX triplet: AF, 16 and BD. RGB value is (175,22,189). Sum of RGB (Red+Green+Blue) = 175+22+189=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF16BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16BD is #50E942. Grayscale: #565656. Windows color (decimal): -5302595 or 12392111. OLE color: 12392111.
HSL color Cylindrical-coordinate representation of color #AF16BD: hue angle of 294.97º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF16BD is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 22 | 189 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.26 |
| HSL | 294.97º | 0.79% | 0.41% | - |
| HSV(B) | 294.97º | 0.88% | 0.74% | - |
| XYZ | 27.15 | 13.36 | 49.29 | - |
| YUV | 86.79 | 185.69 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 189 | 0.07 | 0.88 | 0 | 0.26 | 294.97 | 0.79 | 0.41 |
| Hex | AF | 16 | BD | 7 | 58 | 0 | 1A | 127 | 4F | 29 |
| Octal | 257 | 26 | 275 | 7 | 130 | 0 | 32 | 447 | 117 | 51 |
| Binary | 10101111 | 10110 | 10111101 | 111 | 1011000 | 0 | 11010 | 100100111 | 1001111 | 101001 |
Color Harmonies of #AF16BD
Complementary color
Monochromatic Colors of #AF16BD
Black with #AF16BD
Text Example
Text Example
White with #AF16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16BD; }
p { color: rgb(175,22,189); }
H1.HeaderClassName
{
color: #AF16BD;
}
.AnyTagClassName
{
color: #AF16BD;
}
</style>
background-color css
<style>
a { background-color: #AF16BD; }
a { background-color: rgb(175,22,189); }
div.DivClassName
{
background-color: #AF16BD;
}
.BgClassName
{
background-color: #AF16BD;
}
</style>
border-color css
<style>
span { border-color: #AF16BD; }
span { border-color: rgb(175,22,189); }
td.TdClassName
{
border-color: #AF16BD;
}
.TagClassName
{
border-color: #AF16BD;
}
</style>