Shades of Deep Magenta #AF16AD
Tints of Deep Magenta #AF16AD
RGB
CMYK
RGB Variations
Color information
#AF16AD (or 0xAF16AD) is known color: Deep Magenta. HEX triplet: AF, 16 and AD. RGB value is (175,22,173). Sum of RGB (Red+Green+Blue) = 175+22+173=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16AD is #50E952. Grayscale: #545454. Windows color (decimal): -5302611 or 11343535. OLE color: 11343535.
HSL color Cylindrical-coordinate representation of color #AF16AD: hue angle of 300.78º 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 #AF16AD is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 173 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.31 |
| HSL | 300.78º | 0.78% | 0.39% | - |
| HSV(B) | 300.78º | 0.87% | 0.69% | - |
| XYZ | 25.51 | 12.7 | 40.64 | - |
| YUV | 84.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 173 | 0 | 0.87 | 0.01 | 0.31 | 300.78 | 0.78 | 0.39 |
| Hex | AF | 16 | AD | 0 | 57 | 1 | 1F | 12D | 4E | 27 |
| Octal | 257 | 26 | 255 | 0 | 127 | 1 | 37 | 455 | 116 | 47 |
| Binary | 10101111 | 10110 | 10101101 | 0 | 1010111 | 1 | 11111 | 100101101 | 1001110 | 100111 |
Color Harmonies of #AF16AD
Complementary color
Monochromatic Colors of #AF16AD
Black with #AF16AD
Text Example
Text Example
White with #AF16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16AD; }
p { color: rgb(175,22,173); }
H1.HeaderClassName
{
color: #AF16AD;
}
.AnyTagClassName
{
color: #AF16AD;
}
</style>
background-color css
<style>
a { background-color: #AF16AD; }
a { background-color: rgb(175,22,173); }
div.DivClassName
{
background-color: #AF16AD;
}
.BgClassName
{
background-color: #AF16AD;
}
</style>
border-color css
<style>
span { border-color: #AF16AD; }
span { border-color: rgb(175,22,173); }
td.TdClassName
{
border-color: #AF16AD;
}
.TagClassName
{
border-color: #AF16AD;
}
</style>