Shades of Deep Magenta #AF0FB6
Tints of Deep Magenta #AF0FB6
RGB
CMYK
RGB Variations
Color information
#AF0FB6 (or 0xAF0FB6) is known color: Deep Magenta. HEX triplet: AF, 0F and B6. RGB value is (175,15,182). Sum of RGB (Red+Green+Blue) = 175+15+182=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF0FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FB6 is #50F049. Grayscale: #515151. Windows color (decimal): -5304394 or 11931567. OLE color: 11931567.
HSL color Cylindrical-coordinate representation of color #AF0FB6: hue angle of 297.49º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FB6 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 15 | 182 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.29 |
| HSL | 297.49º | 0.85% | 0.39% | - |
| HSV(B) | 297.49º | 0.92% | 0.71% | - |
| XYZ | 26.29 | 12.83 | 45.35 | - |
| YUV | 81.88 | 184.51 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 182 | 0.04 | 0.92 | 0 | 0.29 | 297.49 | 0.85 | 0.39 |
| Hex | AF | F | B6 | 4 | 5C | 0 | 1D | 129 | 55 | 27 |
| Octal | 257 | 17 | 266 | 4 | 134 | 0 | 35 | 451 | 125 | 47 |
| Binary | 10101111 | 1111 | 10110110 | 100 | 1011100 | 0 | 11101 | 100101001 | 1010101 | 100111 |
Color Harmonies of #AF0FB6
Complementary color
Monochromatic Colors of #AF0FB6
Black with #AF0FB6
Text Example
Text Example
White with #AF0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FB6; }
p { color: rgb(175,15,182); }
H1.HeaderClassName
{
color: #AF0FB6;
}
.AnyTagClassName
{
color: #AF0FB6;
}
</style>
background-color css
<style>
a { background-color: #AF0FB6; }
a { background-color: rgb(175,15,182); }
div.DivClassName
{
background-color: #AF0FB6;
}
.BgClassName
{
background-color: #AF0FB6;
}
</style>
border-color css
<style>
span { border-color: #AF0FB6; }
span { border-color: rgb(175,15,182); }
td.TdClassName
{
border-color: #AF0FB6;
}
.TagClassName
{
border-color: #AF0FB6;
}
</style>