Shades of Deep Magenta #AF17AA
Tints of Deep Magenta #AF17AA
RGB
CMYK
RGB Variations
Color information
#AF17AA (or 0xAF17AA) is known color: Deep Magenta. HEX triplet: AF, 17 and AA. RGB value is (175,23,170). Sum of RGB (Red+Green+Blue) = 175+23+170=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF17AA is #50E855. Grayscale: #545454. Windows color (decimal): -5302358 or 11147183. OLE color: 11147183.
HSL color Cylindrical-coordinate representation of color #AF17AA: hue angle of 301.97º degrees, saturation: 0.77, 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 #AF17AA is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 170 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.31 |
| HSL | 301.97º | 0.77% | 0.39% | - |
| HSV(B) | 301.97º | 0.87% | 0.69% | - |
| XYZ | 25.24 | 12.63 | 39.14 | - |
| YUV | 85.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 170 | 0 | 0.87 | 0.03 | 0.31 | 301.97 | 0.77 | 0.39 |
| Hex | AF | 17 | AA | 0 | 57 | 3 | 1F | 12E | 4D | 27 |
| Octal | 257 | 27 | 252 | 0 | 127 | 3 | 37 | 456 | 115 | 47 |
| Binary | 10101111 | 10111 | 10101010 | 0 | 1010111 | 11 | 11111 | 100101110 | 1001101 | 100111 |
Color Harmonies of #AF17AA
Complementary color
Monochromatic Colors of #AF17AA
Black with #AF17AA
Text Example
Text Example
White with #AF17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17AA; }
p { color: rgb(175,23,170); }
H1.HeaderClassName
{
color: #AF17AA;
}
.AnyTagClassName
{
color: #AF17AA;
}
</style>
background-color css
<style>
a { background-color: #AF17AA; }
a { background-color: rgb(175,23,170); }
div.DivClassName
{
background-color: #AF17AA;
}
.BgClassName
{
background-color: #AF17AA;
}
</style>
border-color css
<style>
span { border-color: #AF17AA; }
span { border-color: rgb(175,23,170); }
td.TdClassName
{
border-color: #AF17AA;
}
.TagClassName
{
border-color: #AF17AA;
}
</style>