Shades of Deep Magenta #AF16B9
Tints of Deep Magenta #AF16B9
RGB
CMYK
RGB Variations
Color information
#AF16B9 (or 0xAF16B9) is known color: Deep Magenta. HEX triplet: AF, 16 and B9. RGB value is (175,22,185). Sum of RGB (Red+Green+Blue) = 175+22+185=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF16B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16B9 is #50E946. Grayscale: #555555. Windows color (decimal): -5302599 or 12129967. OLE color: 12129967.
HSL color Cylindrical-coordinate representation of color #AF16B9: hue angle of 296.32º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF16B9 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 22 | 185 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.27 |
| HSL | 296.32º | 0.79% | 0.41% | - |
| HSV(B) | 296.32º | 0.88% | 0.73% | - |
| XYZ | 26.72 | 13.19 | 47.04 | - |
| YUV | 86.33 | 183.69 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 185 | 0.05 | 0.88 | 0 | 0.27 | 296.32 | 0.79 | 0.41 |
| Hex | AF | 16 | B9 | 5 | 58 | 0 | 1B | 128 | 4F | 29 |
| Octal | 257 | 26 | 271 | 5 | 130 | 0 | 33 | 450 | 117 | 51 |
| Binary | 10101111 | 10110 | 10111001 | 101 | 1011000 | 0 | 11011 | 100101000 | 1001111 | 101001 |
Color Harmonies of #AF16B9
Complementary color
Monochromatic Colors of #AF16B9
Black with #AF16B9
Text Example
Text Example
White with #AF16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16B9; }
p { color: rgb(175,22,185); }
H1.HeaderClassName
{
color: #AF16B9;
}
.AnyTagClassName
{
color: #AF16B9;
}
</style>
background-color css
<style>
a { background-color: #AF16B9; }
a { background-color: rgb(175,22,185); }
div.DivClassName
{
background-color: #AF16B9;
}
.BgClassName
{
background-color: #AF16B9;
}
</style>
border-color css
<style>
span { border-color: #AF16B9; }
span { border-color: rgb(175,22,185); }
td.TdClassName
{
border-color: #AF16B9;
}
.TagClassName
{
border-color: #AF16B9;
}
</style>