Shades of Deep Magenta #AF0FB7
Tints of Deep Magenta #AF0FB7
RGB
CMYK
RGB Variations
Color information
#AF0FB7 (or 0xAF0FB7) is known color: Deep Magenta. HEX triplet: AF, 0F and B7. RGB value is (175,15,183). Sum of RGB (Red+Green+Blue) = 175+15+183=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF0FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FB7 is #50F048. Grayscale: #515151. Windows color (decimal): -5304393 or 11997103. OLE color: 11997103.
HSL color Cylindrical-coordinate representation of color #AF0FB7: hue angle of 297.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FB7 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 15 | 183 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.28 |
| HSL | 297.14º | 0.85% | 0.39% | - |
| HSV(B) | 297.14º | 0.92% | 0.72% | - |
| XYZ | 26.4 | 12.87 | 45.89 | - |
| YUV | 81.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 183 | 0.04 | 0.92 | 0 | 0.28 | 297.14 | 0.85 | 0.39 |
| Hex | AF | F | B7 | 4 | 5C | 0 | 1C | 129 | 55 | 27 |
| Octal | 257 | 17 | 267 | 4 | 134 | 0 | 34 | 451 | 125 | 47 |
| Binary | 10101111 | 1111 | 10110111 | 100 | 1011100 | 0 | 11100 | 100101001 | 1010101 | 100111 |
Color Harmonies of #AF0FB7
Complementary color
Monochromatic Colors of #AF0FB7
Black with #AF0FB7
Text Example
Text Example
White with #AF0FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FB7; }
p { color: rgb(175,15,183); }
H1.HeaderClassName
{
color: #AF0FB7;
}
.AnyTagClassName
{
color: #AF0FB7;
}
</style>
background-color css
<style>
a { background-color: #AF0FB7; }
a { background-color: rgb(175,15,183); }
div.DivClassName
{
background-color: #AF0FB7;
}
.BgClassName
{
background-color: #AF0FB7;
}
</style>
border-color css
<style>
span { border-color: #AF0FB7; }
span { border-color: rgb(175,15,183); }
td.TdClassName
{
border-color: #AF0FB7;
}
.TagClassName
{
border-color: #AF0FB7;
}
</style>