Shades of Deep Magenta #AF07BC
Tints of Deep Magenta #AF07BC
RGB
CMYK
RGB Variations
Color information
#AF07BC (or 0xAF07BC) is known color: Deep Magenta. HEX triplet: AF, 07 and BC. RGB value is (175,7,188). Sum of RGB (Red+Green+Blue) = 175+7+188=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07BC is #50F843. Grayscale: #4D4D4D. Windows color (decimal): -5306436 or 12322735. OLE color: 12322735.
HSL color Cylindrical-coordinate representation of color #AF07BC: hue angle of 295.69º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF07BC is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 7 | 188 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.26 |
| HSL | 295.69º | 0.93% | 0.38% | - |
| HSV(B) | 295.69º | 0.96% | 0.74% | - |
| XYZ | 26.83 | 12.9 | 48.65 | - |
| YUV | 77.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 188 | 0.07 | 0.96 | 0 | 0.26 | 295.69 | 0.93 | 0.38 |
| Hex | AF | 7 | BC | 7 | 60 | 0 | 1A | 128 | 5D | 26 |
| Octal | 257 | 7 | 274 | 7 | 140 | 0 | 32 | 450 | 135 | 46 |
| Binary | 10101111 | 111 | 10111100 | 111 | 1100000 | 0 | 11010 | 100101000 | 1011101 | 100110 |
Color Harmonies of #AF07BC
Complementary color
Monochromatic Colors of #AF07BC
Black with #AF07BC
Text Example
Text Example
White with #AF07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07BC; }
p { color: rgb(175,7,188); }
H1.HeaderClassName
{
color: #AF07BC;
}
.AnyTagClassName
{
color: #AF07BC;
}
</style>
background-color css
<style>
a { background-color: #AF07BC; }
a { background-color: rgb(175,7,188); }
div.DivClassName
{
background-color: #AF07BC;
}
.BgClassName
{
background-color: #AF07BC;
}
</style>
border-color css
<style>
span { border-color: #AF07BC; }
span { border-color: rgb(175,7,188); }
td.TdClassName
{
border-color: #AF07BC;
}
.TagClassName
{
border-color: #AF07BC;
}
</style>