Shades of Deep Magenta #AF15AA
Tints of Deep Magenta #AF15AA
RGB
CMYK
RGB Variations
Color information
#AF15AA (or 0xAF15AA) is known color: Deep Magenta. HEX triplet: AF, 15 and AA. RGB value is (175,21,170). Sum of RGB (Red+Green+Blue) = 175+21+170=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15AA is #50EA55. Grayscale: #535353. Windows color (decimal): -5302870 or 11146671. OLE color: 11146671.
HSL color Cylindrical-coordinate representation of color #AF15AA: hue angle of 301.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF15AA is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 170 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.31 |
| HSL | 301.95º | 0.79% | 0.38% | - |
| HSV(B) | 301.95º | 0.88% | 0.69% | - |
| XYZ | 25.2 | 12.55 | 39.12 | - |
| YUV | 84.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 170 | 0 | 0.88 | 0.03 | 0.31 | 301.95 | 0.79 | 0.38 |
| Hex | AF | 15 | AA | 0 | 58 | 3 | 1F | 12E | 4F | 26 |
| Octal | 257 | 25 | 252 | 0 | 130 | 3 | 37 | 456 | 117 | 46 |
| Binary | 10101111 | 10101 | 10101010 | 0 | 1011000 | 11 | 11111 | 100101110 | 1001111 | 100110 |
Color Harmonies of #AF15AA
Complementary color
Monochromatic Colors of #AF15AA
Black with #AF15AA
Text Example
Text Example
White with #AF15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15AA; }
p { color: rgb(175,21,170); }
H1.HeaderClassName
{
color: #AF15AA;
}
.AnyTagClassName
{
color: #AF15AA;
}
</style>
background-color css
<style>
a { background-color: #AF15AA; }
a { background-color: rgb(175,21,170); }
div.DivClassName
{
background-color: #AF15AA;
}
.BgClassName
{
background-color: #AF15AA;
}
</style>
border-color css
<style>
span { border-color: #AF15AA; }
span { border-color: rgb(175,21,170); }
td.TdClassName
{
border-color: #AF15AA;
}
.TagClassName
{
border-color: #AF15AA;
}
</style>