Shades of Deep Magenta #AF0FB5
Tints of Deep Magenta #AF0FB5
RGB
CMYK
RGB Variations
Color information
#AF0FB5 (or 0xAF0FB5) is known color: Deep Magenta. HEX triplet: AF, 0F and B5. RGB value is (175,15,181). Sum of RGB (Red+Green+Blue) = 175+15+181=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF0FB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FB5 is #50F04A. Grayscale: #515151. Windows color (decimal): -5304395 or 11866031. OLE color: 11866031.
HSL color Cylindrical-coordinate representation of color #AF0FB5: hue angle of 297.83º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FB5 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 15 | 181 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.29 |
| HSL | 297.83º | 0.85% | 0.38% | - |
| HSV(B) | 297.83º | 0.92% | 0.71% | - |
| XYZ | 26.19 | 12.79 | 44.8 | - |
| YUV | 81.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 181 | 0.03 | 0.92 | 0 | 0.29 | 297.83 | 0.85 | 0.38 |
| Hex | AF | F | B5 | 3 | 5C | 0 | 1D | 12A | 55 | 26 |
| Octal | 257 | 17 | 265 | 3 | 134 | 0 | 35 | 452 | 125 | 46 |
| Binary | 10101111 | 1111 | 10110101 | 11 | 1011100 | 0 | 11101 | 100101010 | 1010101 | 100110 |
Color Harmonies of #AF0FB5
Complementary color
Monochromatic Colors of #AF0FB5
Black with #AF0FB5
Text Example
Text Example
White with #AF0FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FB5; }
p { color: rgb(175,15,181); }
H1.HeaderClassName
{
color: #AF0FB5;
}
.AnyTagClassName
{
color: #AF0FB5;
}
</style>
background-color css
<style>
a { background-color: #AF0FB5; }
a { background-color: rgb(175,15,181); }
div.DivClassName
{
background-color: #AF0FB5;
}
.BgClassName
{
background-color: #AF0FB5;
}
</style>
border-color css
<style>
span { border-color: #AF0FB5; }
span { border-color: rgb(175,15,181); }
td.TdClassName
{
border-color: #AF0FB5;
}
.TagClassName
{
border-color: #AF0FB5;
}
</style>