Shades of Deep Magenta #AF16C6
Tints of Deep Magenta #AF16C6
RGB
CMYK
RGB Variations
Color information
#AF16C6 (or 0xAF16C6) is known color: Deep Magenta. HEX triplet: AF, 16 and C6. RGB value is (175,22,198). Sum of RGB (Red+Green+Blue) = 175+22+198=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF16C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16C6 is #50E939. Grayscale: #575757. Windows color (decimal): -5302586 or 12981935. OLE color: 12981935.
HSL color Cylindrical-coordinate representation of color #AF16C6: hue angle of 292.16º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF16C6 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 22 | 198 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.22 |
| HSL | 292.16º | 0.8% | 0.43% | - |
| HSV(B) | 292.16º | 0.89% | 0.78% | - |
| XYZ | 28.16 | 13.77 | 54.6 | - |
| YUV | 87.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 198 | 0.12 | 0.89 | 0 | 0.22 | 292.16 | 0.8 | 0.43 |
| Hex | AF | 16 | C6 | C | 59 | 0 | 16 | 124 | 50 | 2B |
| Octal | 257 | 26 | 306 | 14 | 131 | 0 | 26 | 444 | 120 | 53 |
| Binary | 10101111 | 10110 | 11000110 | 1100 | 1011001 | 0 | 10110 | 100100100 | 1010000 | 101011 |
Color Harmonies of #AF16C6
Complementary color
Monochromatic Colors of #AF16C6
Black with #AF16C6
Text Example
Text Example
White with #AF16C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16C6; }
p { color: rgb(175,22,198); }
H1.HeaderClassName
{
color: #AF16C6;
}
.AnyTagClassName
{
color: #AF16C6;
}
</style>
background-color css
<style>
a { background-color: #AF16C6; }
a { background-color: rgb(175,22,198); }
div.DivClassName
{
background-color: #AF16C6;
}
.BgClassName
{
background-color: #AF16C6;
}
</style>
border-color css
<style>
span { border-color: #AF16C6; }
span { border-color: rgb(175,22,198); }
td.TdClassName
{
border-color: #AF16C6;
}
.TagClassName
{
border-color: #AF16C6;
}
</style>