Shades of Deep Magenta #AF16AC
Tints of Deep Magenta #AF16AC
RGB
CMYK
RGB Variations
Color information
#AF16AC (or 0xAF16AC) is known color: Deep Magenta. HEX triplet: AF, 16 and AC. RGB value is (175,22,172). Sum of RGB (Red+Green+Blue) = 175+22+172=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16AC is #50E953. Grayscale: #545454. Windows color (decimal): -5302612 or 11277999. OLE color: 11277999.
HSL color Cylindrical-coordinate representation of color #AF16AC: hue angle of 301.18º degrees, saturation: 0.78, 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 #AF16AC is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 172 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.31 |
| HSL | 301.18º | 0.78% | 0.39% | - |
| HSV(B) | 301.18º | 0.87% | 0.69% | - |
| XYZ | 25.41 | 12.67 | 40.14 | - |
| YUV | 84.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 172 | 0 | 0.87 | 0.02 | 0.31 | 301.18 | 0.78 | 0.39 |
| Hex | AF | 16 | AC | 0 | 57 | 2 | 1F | 12D | 4E | 27 |
| Octal | 257 | 26 | 254 | 0 | 127 | 2 | 37 | 455 | 116 | 47 |
| Binary | 10101111 | 10110 | 10101100 | 0 | 1010111 | 10 | 11111 | 100101101 | 1001110 | 100111 |
Color Harmonies of #AF16AC
Complementary color
Monochromatic Colors of #AF16AC
Black with #AF16AC
Text Example
Text Example
White with #AF16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16AC; }
p { color: rgb(175,22,172); }
H1.HeaderClassName
{
color: #AF16AC;
}
.AnyTagClassName
{
color: #AF16AC;
}
</style>
background-color css
<style>
a { background-color: #AF16AC; }
a { background-color: rgb(175,22,172); }
div.DivClassName
{
background-color: #AF16AC;
}
.BgClassName
{
background-color: #AF16AC;
}
</style>
border-color css
<style>
span { border-color: #AF16AC; }
span { border-color: rgb(175,22,172); }
td.TdClassName
{
border-color: #AF16AC;
}
.TagClassName
{
border-color: #AF16AC;
}
</style>