Shades of Deep Magenta #AF07BD
Tints of Deep Magenta #AF07BD
RGB
CMYK
RGB Variations
Color information
#AF07BD (or 0xAF07BD) is known color: Deep Magenta. HEX triplet: AF, 07 and BD. RGB value is (175,7,189). Sum of RGB (Red+Green+Blue) = 175+7+189=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF07BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07BD is #50F842. Grayscale: #4D4D4D. Windows color (decimal): -5306435 or 12388271. OLE color: 12388271.
HSL color Cylindrical-coordinate representation of color #AF07BD: hue angle of 295.38º 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 #AF07BD is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 7 | 189 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.26 |
| HSL | 295.38º | 0.93% | 0.38% | - |
| HSV(B) | 295.38º | 0.96% | 0.74% | - |
| XYZ | 26.94 | 12.94 | 49.22 | - |
| YUV | 77.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 189 | 0.07 | 0.96 | 0 | 0.26 | 295.38 | 0.93 | 0.38 |
| Hex | AF | 7 | BD | 7 | 60 | 0 | 1A | 127 | 5D | 26 |
| Octal | 257 | 7 | 275 | 7 | 140 | 0 | 32 | 447 | 135 | 46 |
| Binary | 10101111 | 111 | 10111101 | 111 | 1100000 | 0 | 11010 | 100100111 | 1011101 | 100110 |
Color Harmonies of #AF07BD
Complementary color
Monochromatic Colors of #AF07BD
Black with #AF07BD
Text Example
Text Example
White with #AF07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07BD; }
p { color: rgb(175,7,189); }
H1.HeaderClassName
{
color: #AF07BD;
}
.AnyTagClassName
{
color: #AF07BD;
}
</style>
background-color css
<style>
a { background-color: #AF07BD; }
a { background-color: rgb(175,7,189); }
div.DivClassName
{
background-color: #AF07BD;
}
.BgClassName
{
background-color: #AF07BD;
}
</style>
border-color css
<style>
span { border-color: #AF07BD; }
span { border-color: rgb(175,7,189); }
td.TdClassName
{
border-color: #AF07BD;
}
.TagClassName
{
border-color: #AF07BD;
}
</style>