Shades of Deep Magenta #AF07BE
Tints of Deep Magenta #AF07BE
RGB
CMYK
RGB Variations
Color information
#AF07BE (or 0xAF07BE) is known color: Deep Magenta. HEX triplet: AF, 07 and BE. RGB value is (175,7,190). Sum of RGB (Red+Green+Blue) = 175+7+190=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07BE is #50F841. Grayscale: #4D4D4D. Windows color (decimal): -5306434 or 12453807. OLE color: 12453807.
HSL color Cylindrical-coordinate representation of color #AF07BE: hue angle of 295.08º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF07BE is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 7 | 190 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.25 |
| HSL | 295.08º | 0.93% | 0.39% | - |
| HSV(B) | 295.08º | 0.96% | 0.75% | - |
| XYZ | 27.05 | 12.98 | 49.8 | - |
| YUV | 78.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 190 | 0.08 | 0.96 | 0 | 0.25 | 295.08 | 0.93 | 0.39 |
| Hex | AF | 7 | BE | 8 | 60 | 0 | 19 | 127 | 5D | 27 |
| Octal | 257 | 7 | 276 | 10 | 140 | 0 | 31 | 447 | 135 | 47 |
| Binary | 10101111 | 111 | 10111110 | 1000 | 1100000 | 0 | 11001 | 100100111 | 1011101 | 100111 |
Color Harmonies of #AF07BE
Complementary color
Monochromatic Colors of #AF07BE
Black with #AF07BE
Text Example
Text Example
White with #AF07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07BE; }
p { color: rgb(175,7,190); }
H1.HeaderClassName
{
color: #AF07BE;
}
.AnyTagClassName
{
color: #AF07BE;
}
</style>
background-color css
<style>
a { background-color: #AF07BE; }
a { background-color: rgb(175,7,190); }
div.DivClassName
{
background-color: #AF07BE;
}
.BgClassName
{
background-color: #AF07BE;
}
</style>
border-color css
<style>
span { border-color: #AF07BE; }
span { border-color: rgb(175,7,190); }
td.TdClassName
{
border-color: #AF07BE;
}
.TagClassName
{
border-color: #AF07BE;
}
</style>