Shades of Deep Magenta #AF16AA
Tints of Deep Magenta #AF16AA
RGB
CMYK
RGB Variations
Color information
#AF16AA (or 0xAF16AA) is known color: Deep Magenta. HEX triplet: AF, 16 and AA. RGB value is (175,22,170). Sum of RGB (Red+Green+Blue) = 175+22+170=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16AA is #50E955. Grayscale: #545454. Windows color (decimal): -5302614 or 11146927. OLE color: 11146927.
HSL color Cylindrical-coordinate representation of color #AF16AA: hue angle of 301.96º 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 #AF16AA is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 170 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.31 |
| HSL | 301.96º | 0.78% | 0.39% | - |
| HSV(B) | 301.96º | 0.87% | 0.69% | - |
| XYZ | 25.22 | 12.59 | 39.13 | - |
| YUV | 84.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 170 | 0 | 0.87 | 0.03 | 0.31 | 301.96 | 0.78 | 0.39 |
| Hex | AF | 16 | AA | 0 | 57 | 3 | 1F | 12E | 4E | 27 |
| Octal | 257 | 26 | 252 | 0 | 127 | 3 | 37 | 456 | 116 | 47 |
| Binary | 10101111 | 10110 | 10101010 | 0 | 1010111 | 11 | 11111 | 100101110 | 1001110 | 100111 |
Color Harmonies of #AF16AA
Complementary color
Monochromatic Colors of #AF16AA
Black with #AF16AA
Text Example
Text Example
White with #AF16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16AA; }
p { color: rgb(175,22,170); }
H1.HeaderClassName
{
color: #AF16AA;
}
.AnyTagClassName
{
color: #AF16AA;
}
</style>
background-color css
<style>
a { background-color: #AF16AA; }
a { background-color: rgb(175,22,170); }
div.DivClassName
{
background-color: #AF16AA;
}
.BgClassName
{
background-color: #AF16AA;
}
</style>
border-color css
<style>
span { border-color: #AF16AA; }
span { border-color: rgb(175,22,170); }
td.TdClassName
{
border-color: #AF16AA;
}
.TagClassName
{
border-color: #AF16AA;
}
</style>