Shades of Deep Magenta #AF16B4
Tints of Deep Magenta #AF16B4
RGB
CMYK
RGB Variations
Color information
#AF16B4 (or 0xAF16B4) is known color: Deep Magenta. HEX triplet: AF, 16 and B4. RGB value is (175,22,180). Sum of RGB (Red+Green+Blue) = 175+22+180=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF16B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16B4 is #50E94B. Grayscale: #555555. Windows color (decimal): -5302604 or 11802287. OLE color: 11802287.
HSL color Cylindrical-coordinate representation of color #AF16B4: hue angle of 298.1º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF16B4 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 22 | 180 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.29 |
| HSL | 298.1º | 0.78% | 0.4% | - |
| HSV(B) | 298.1º | 0.88% | 0.71% | - |
| XYZ | 26.2 | 12.98 | 44.3 | - |
| YUV | 85.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 180 | 0.03 | 0.88 | 0 | 0.29 | 298.1 | 0.78 | 0.4 |
| Hex | AF | 16 | B4 | 3 | 58 | 0 | 1D | 12A | 4E | 28 |
| Octal | 257 | 26 | 264 | 3 | 130 | 0 | 35 | 452 | 116 | 50 |
| Binary | 10101111 | 10110 | 10110100 | 11 | 1011000 | 0 | 11101 | 100101010 | 1001110 | 101000 |
Color Harmonies of #AF16B4
Complementary color
Monochromatic Colors of #AF16B4
Black with #AF16B4
Text Example
Text Example
White with #AF16B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16B4; }
p { color: rgb(175,22,180); }
H1.HeaderClassName
{
color: #AF16B4;
}
.AnyTagClassName
{
color: #AF16B4;
}
</style>
background-color css
<style>
a { background-color: #AF16B4; }
a { background-color: rgb(175,22,180); }
div.DivClassName
{
background-color: #AF16B4;
}
.BgClassName
{
background-color: #AF16B4;
}
</style>
border-color css
<style>
span { border-color: #AF16B4; }
span { border-color: rgb(175,22,180); }
td.TdClassName
{
border-color: #AF16B4;
}
.TagClassName
{
border-color: #AF16B4;
}
</style>