Shades of Deep Magenta #AF16BC
Tints of Deep Magenta #AF16BC
RGB
CMYK
RGB Variations
Color information
#AF16BC (or 0xAF16BC) is known color: Deep Magenta. HEX triplet: AF, 16 and BC. RGB value is (175,22,188). Sum of RGB (Red+Green+Blue) = 175+22+188=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16BC is #50E943. Grayscale: #565656. Windows color (decimal): -5302596 or 12326575. OLE color: 12326575.
HSL color Cylindrical-coordinate representation of color #AF16BC: hue angle of 295.3º 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 #AF16BC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 22 | 188 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.26 |
| HSL | 295.3º | 0.79% | 0.41% | - |
| HSV(B) | 295.3º | 0.88% | 0.74% | - |
| XYZ | 27.04 | 13.32 | 48.72 | - |
| YUV | 86.67 | 185.19 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 188 | 0.07 | 0.88 | 0 | 0.26 | 295.3 | 0.79 | 0.41 |
| Hex | AF | 16 | BC | 7 | 58 | 0 | 1A | 127 | 4F | 29 |
| Octal | 257 | 26 | 274 | 7 | 130 | 0 | 32 | 447 | 117 | 51 |
| Binary | 10101111 | 10110 | 10111100 | 111 | 1011000 | 0 | 11010 | 100100111 | 1001111 | 101001 |
Color Harmonies of #AF16BC
Complementary color
Monochromatic Colors of #AF16BC
Black with #AF16BC
Text Example
Text Example
White with #AF16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16BC; }
p { color: rgb(175,22,188); }
H1.HeaderClassName
{
color: #AF16BC;
}
.AnyTagClassName
{
color: #AF16BC;
}
</style>
background-color css
<style>
a { background-color: #AF16BC; }
a { background-color: rgb(175,22,188); }
div.DivClassName
{
background-color: #AF16BC;
}
.BgClassName
{
background-color: #AF16BC;
}
</style>
border-color css
<style>
span { border-color: #AF16BC; }
span { border-color: rgb(175,22,188); }
td.TdClassName
{
border-color: #AF16BC;
}
.TagClassName
{
border-color: #AF16BC;
}
</style>