Shades of Deep Magenta #AF10BE
Tints of Deep Magenta #AF10BE
RGB
CMYK
RGB Variations
Color information
#AF10BE (or 0xAF10BE) is known color: Deep Magenta. HEX triplet: AF, 10 and BE. RGB value is (175,16,190). Sum of RGB (Red+Green+Blue) = 175+16+190=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10BE is #50EF41. Grayscale: #525252. Windows color (decimal): -5304130 or 12456111. OLE color: 12456111.
HSL color Cylindrical-coordinate representation of color #AF10BE: hue angle of 294.83º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF10BE is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 16 | 190 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.25 |
| HSL | 294.83º | 0.84% | 0.4% | - |
| HSV(B) | 294.83º | 0.92% | 0.75% | - |
| XYZ | 27.16 | 13.2 | 49.83 | - |
| YUV | 83.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 190 | 0.08 | 0.92 | 0 | 0.25 | 294.83 | 0.84 | 0.4 |
| Hex | AF | 10 | BE | 8 | 5C | 0 | 19 | 127 | 54 | 28 |
| Octal | 257 | 20 | 276 | 10 | 134 | 0 | 31 | 447 | 124 | 50 |
| Binary | 10101111 | 10000 | 10111110 | 1000 | 1011100 | 0 | 11001 | 100100111 | 1010100 | 101000 |
Color Harmonies of #AF10BE
Complementary color
Monochromatic Colors of #AF10BE
Black with #AF10BE
Text Example
Text Example
White with #AF10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10BE; }
p { color: rgb(175,16,190); }
H1.HeaderClassName
{
color: #AF10BE;
}
.AnyTagClassName
{
color: #AF10BE;
}
</style>
background-color css
<style>
a { background-color: #AF10BE; }
a { background-color: rgb(175,16,190); }
div.DivClassName
{
background-color: #AF10BE;
}
.BgClassName
{
background-color: #AF10BE;
}
</style>
border-color css
<style>
span { border-color: #AF10BE; }
span { border-color: rgb(175,16,190); }
td.TdClassName
{
border-color: #AF10BE;
}
.TagClassName
{
border-color: #AF10BE;
}
</style>