Shades of Deep Magenta #AF15AC
Tints of Deep Magenta #AF15AC
RGB
CMYK
RGB Variations
Color information
#AF15AC (or 0xAF15AC) is known color: Deep Magenta. HEX triplet: AF, 15 and AC. RGB value is (175,21,172). Sum of RGB (Red+Green+Blue) = 175+21+172=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15AC is #50EA53. Grayscale: #535353. Windows color (decimal): -5302868 or 11277743. OLE color: 11277743.
HSL color Cylindrical-coordinate representation of color #AF15AC: hue angle of 301.17º 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 #AF15AC is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 172 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.31 |
| HSL | 301.17º | 0.79% | 0.38% | - |
| HSV(B) | 301.17º | 0.88% | 0.69% | - |
| XYZ | 25.39 | 12.63 | 40.13 | - |
| YUV | 84.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 172 | 0 | 0.88 | 0.02 | 0.31 | 301.17 | 0.79 | 0.38 |
| Hex | AF | 15 | AC | 0 | 58 | 2 | 1F | 12D | 4F | 26 |
| Octal | 257 | 25 | 254 | 0 | 130 | 2 | 37 | 455 | 117 | 46 |
| Binary | 10101111 | 10101 | 10101100 | 0 | 1011000 | 10 | 11111 | 100101101 | 1001111 | 100110 |
Color Harmonies of #AF15AC
Complementary color
Monochromatic Colors of #AF15AC
Black with #AF15AC
Text Example
Text Example
White with #AF15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15AC; }
p { color: rgb(175,21,172); }
H1.HeaderClassName
{
color: #AF15AC;
}
.AnyTagClassName
{
color: #AF15AC;
}
</style>
background-color css
<style>
a { background-color: #AF15AC; }
a { background-color: rgb(175,21,172); }
div.DivClassName
{
background-color: #AF15AC;
}
.BgClassName
{
background-color: #AF15AC;
}
</style>
border-color css
<style>
span { border-color: #AF15AC; }
span { border-color: rgb(175,21,172); }
td.TdClassName
{
border-color: #AF15AC;
}
.TagClassName
{
border-color: #AF15AC;
}
</style>