Shades of Deep Magenta #AF0BC6
Tints of Deep Magenta #AF0BC6
RGB
CMYK
RGB Variations
Color information
#AF0BC6 (or 0xAF0BC6) is known color: Deep Magenta. HEX triplet: AF, 0B and C6. RGB value is (175,11,198). Sum of RGB (Red+Green+Blue) = 175+11+198=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF0BC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BC6 is #50F439. Grayscale: #505050. Windows color (decimal): -5305402 or 12979119. OLE color: 12979119.
HSL color Cylindrical-coordinate representation of color #AF0BC6: hue angle of 292.62º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BC6 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 11 | 198 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.22 |
| HSL | 292.62º | 0.89% | 0.41% | - |
| HSV(B) | 292.62º | 0.94% | 0.78% | - |
| XYZ | 27.99 | 13.43 | 54.54 | - |
| YUV | 81.35 | 193.83 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 198 | 0.12 | 0.94 | 0 | 0.22 | 292.62 | 0.89 | 0.41 |
| Hex | AF | B | C6 | C | 5E | 0 | 16 | 125 | 59 | 29 |
| Octal | 257 | 13 | 306 | 14 | 136 | 0 | 26 | 445 | 131 | 51 |
| Binary | 10101111 | 1011 | 11000110 | 1100 | 1011110 | 0 | 10110 | 100100101 | 1011001 | 101001 |
Color Harmonies of #AF0BC6
Complementary color
Monochromatic Colors of #AF0BC6
Black with #AF0BC6
Text Example
Text Example
White with #AF0BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BC6; }
p { color: rgb(175,11,198); }
H1.HeaderClassName
{
color: #AF0BC6;
}
.AnyTagClassName
{
color: #AF0BC6;
}
</style>
background-color css
<style>
a { background-color: #AF0BC6; }
a { background-color: rgb(175,11,198); }
div.DivClassName
{
background-color: #AF0BC6;
}
.BgClassName
{
background-color: #AF0BC6;
}
</style>
border-color css
<style>
span { border-color: #AF0BC6; }
span { border-color: rgb(175,11,198); }
td.TdClassName
{
border-color: #AF0BC6;
}
.TagClassName
{
border-color: #AF0BC6;
}
</style>