Shades of Deep Magenta #AF16C4
Tints of Deep Magenta #AF16C4
RGB
CMYK
RGB Variations
Color information
#AF16C4 (or 0xAF16C4) is known color: Deep Magenta. HEX triplet: AF, 16 and C4. RGB value is (175,22,196). Sum of RGB (Red+Green+Blue) = 175+22+196=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF16C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16C4 is #50E93B. Grayscale: #575757. Windows color (decimal): -5302588 or 12850863. OLE color: 12850863.
HSL color Cylindrical-coordinate representation of color #AF16C4: hue angle of 292.76º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF16C4 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 22 | 196 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.23 |
| HSL | 292.76º | 0.8% | 0.43% | - |
| HSV(B) | 292.76º | 0.89% | 0.77% | - |
| XYZ | 27.93 | 13.67 | 53.39 | - |
| YUV | 87.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 196 | 0.11 | 0.89 | 0 | 0.23 | 292.76 | 0.8 | 0.43 |
| Hex | AF | 16 | C4 | B | 59 | 0 | 17 | 125 | 50 | 2B |
| Octal | 257 | 26 | 304 | 13 | 131 | 0 | 27 | 445 | 120 | 53 |
| Binary | 10101111 | 10110 | 11000100 | 1011 | 1011001 | 0 | 10111 | 100100101 | 1010000 | 101011 |
Color Harmonies of #AF16C4
Complementary color
Monochromatic Colors of #AF16C4
Black with #AF16C4
Text Example
Text Example
White with #AF16C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16C4; }
p { color: rgb(175,22,196); }
H1.HeaderClassName
{
color: #AF16C4;
}
.AnyTagClassName
{
color: #AF16C4;
}
</style>
background-color css
<style>
a { background-color: #AF16C4; }
a { background-color: rgb(175,22,196); }
div.DivClassName
{
background-color: #AF16C4;
}
.BgClassName
{
background-color: #AF16C4;
}
</style>
border-color css
<style>
span { border-color: #AF16C4; }
span { border-color: rgb(175,22,196); }
td.TdClassName
{
border-color: #AF16C4;
}
.TagClassName
{
border-color: #AF16C4;
}
</style>