Shades of Deep Magenta #AF16B8
Tints of Deep Magenta #AF16B8
RGB
CMYK
RGB Variations
Color information
#AF16B8 (or 0xAF16B8) is known color: Deep Magenta. HEX triplet: AF, 16 and B8. RGB value is (175,22,184). Sum of RGB (Red+Green+Blue) = 175+22+184=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF16B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16B8 is #50E947. Grayscale: #555555. Windows color (decimal): -5302600 or 12064431. OLE color: 12064431.
HSL color Cylindrical-coordinate representation of color #AF16B8: hue angle of 296.67º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF16B8 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 22 | 184 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.28 |
| HSL | 296.67º | 0.79% | 0.4% | - |
| HSV(B) | 296.67º | 0.88% | 0.72% | - |
| XYZ | 26.62 | 13.15 | 46.48 | - |
| YUV | 86.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 184 | 0.05 | 0.88 | 0 | 0.28 | 296.67 | 0.79 | 0.4 |
| Hex | AF | 16 | B8 | 5 | 58 | 0 | 1C | 129 | 4F | 28 |
| Octal | 257 | 26 | 270 | 5 | 130 | 0 | 34 | 451 | 117 | 50 |
| Binary | 10101111 | 10110 | 10111000 | 101 | 1011000 | 0 | 11100 | 100101001 | 1001111 | 101000 |
Color Harmonies of #AF16B8
Complementary color
Monochromatic Colors of #AF16B8
Black with #AF16B8
Text Example
Text Example
White with #AF16B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16B8; }
p { color: rgb(175,22,184); }
H1.HeaderClassName
{
color: #AF16B8;
}
.AnyTagClassName
{
color: #AF16B8;
}
</style>
background-color css
<style>
a { background-color: #AF16B8; }
a { background-color: rgb(175,22,184); }
div.DivClassName
{
background-color: #AF16B8;
}
.BgClassName
{
background-color: #AF16B8;
}
</style>
border-color css
<style>
span { border-color: #AF16B8; }
span { border-color: rgb(175,22,184); }
td.TdClassName
{
border-color: #AF16B8;
}
.TagClassName
{
border-color: #AF16B8;
}
</style>