Shades of Deep Magenta #AF10BA
Tints of Deep Magenta #AF10BA
RGB
CMYK
RGB Variations
Color information
#AF10BA (or 0xAF10BA) is known color: Deep Magenta. HEX triplet: AF, 10 and BA. RGB value is (175,16,186). Sum of RGB (Red+Green+Blue) = 175+16+186=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF10BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10BA is #50EF45. Grayscale: #525252. Windows color (decimal): -5304134 or 12193967. OLE color: 12193967.
HSL color Cylindrical-coordinate representation of color #AF10BA: hue angle of 296.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF10BA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 16 | 186 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.27 |
| HSL | 296.12º | 0.84% | 0.4% | - |
| HSV(B) | 296.12º | 0.91% | 0.73% | - |
| XYZ | 26.73 | 13.03 | 47.56 | - |
| YUV | 82.92 | 186.18 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 186 | 0.06 | 0.91 | 0 | 0.27 | 296.12 | 0.84 | 0.4 |
| Hex | AF | 10 | BA | 6 | 5B | 0 | 1B | 128 | 54 | 28 |
| Octal | 257 | 20 | 272 | 6 | 133 | 0 | 33 | 450 | 124 | 50 |
| Binary | 10101111 | 10000 | 10111010 | 110 | 1011011 | 0 | 11011 | 100101000 | 1010100 | 101000 |
Color Harmonies of #AF10BA
Complementary color
Monochromatic Colors of #AF10BA
Black with #AF10BA
Text Example
Text Example
White with #AF10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10BA; }
p { color: rgb(175,16,186); }
H1.HeaderClassName
{
color: #AF10BA;
}
.AnyTagClassName
{
color: #AF10BA;
}
</style>
background-color css
<style>
a { background-color: #AF10BA; }
a { background-color: rgb(175,16,186); }
div.DivClassName
{
background-color: #AF10BA;
}
.BgClassName
{
background-color: #AF10BA;
}
</style>
border-color css
<style>
span { border-color: #AF10BA; }
span { border-color: rgb(175,16,186); }
td.TdClassName
{
border-color: #AF10BA;
}
.TagClassName
{
border-color: #AF10BA;
}
</style>