Shades of Deep Magenta #AF15BA
Tints of Deep Magenta #AF15BA
RGB
CMYK
RGB Variations
Color information
#AF15BA (or 0xAF15BA) is known color: Deep Magenta. HEX triplet: AF, 15 and BA. RGB value is (175,21,186). Sum of RGB (Red+Green+Blue) = 175+21+186=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15BA is #50EA45. Grayscale: #555555. Windows color (decimal): -5302854 or 12195247. OLE color: 12195247.
HSL color Cylindrical-coordinate representation of color #AF15BA: hue angle of 296º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF15BA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 21 | 186 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.27 |
| HSL | 296º | 0.8% | 0.41% | - |
| HSV(B) | 296º | 0.89% | 0.73% | - |
| XYZ | 26.81 | 13.2 | 47.59 | - |
| YUV | 85.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 186 | 0.06 | 0.89 | 0 | 0.27 | 296 | 0.8 | 0.41 |
| Hex | AF | 15 | BA | 6 | 59 | 0 | 1B | 128 | 50 | 29 |
| Octal | 257 | 25 | 272 | 6 | 131 | 0 | 33 | 450 | 120 | 51 |
| Binary | 10101111 | 10101 | 10111010 | 110 | 1011001 | 0 | 11011 | 100101000 | 1010000 | 101001 |
Color Harmonies of #AF15BA
Complementary color
Monochromatic Colors of #AF15BA
Black with #AF15BA
Text Example
Text Example
White with #AF15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15BA; }
p { color: rgb(175,21,186); }
H1.HeaderClassName
{
color: #AF15BA;
}
.AnyTagClassName
{
color: #AF15BA;
}
</style>
background-color css
<style>
a { background-color: #AF15BA; }
a { background-color: rgb(175,21,186); }
div.DivClassName
{
background-color: #AF15BA;
}
.BgClassName
{
background-color: #AF15BA;
}
</style>
border-color css
<style>
span { border-color: #AF15BA; }
span { border-color: rgb(175,21,186); }
td.TdClassName
{
border-color: #AF15BA;
}
.TagClassName
{
border-color: #AF15BA;
}
</style>