Shades of Deep Magenta #AF0BB7
Tints of Deep Magenta #AF0BB7
RGB
CMYK
RGB Variations
Color information
#AF0BB7 (or 0xAF0BB7) is known color: Deep Magenta. HEX triplet: AF, 0B and B7. RGB value is (175,11,183). Sum of RGB (Red+Green+Blue) = 175+11+183=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF0BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BB7 is #50F448. Grayscale: #4F4F4F. Windows color (decimal): -5305417 or 11996079. OLE color: 11996079.
HSL color Cylindrical-coordinate representation of color #AF0BB7: hue angle of 297.21º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BB7 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 11 | 183 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.28 |
| HSL | 297.21º | 0.89% | 0.38% | - |
| HSV(B) | 297.21º | 0.94% | 0.72% | - |
| XYZ | 26.35 | 12.77 | 45.88 | - |
| YUV | 79.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 183 | 0.04 | 0.94 | 0 | 0.28 | 297.21 | 0.89 | 0.38 |
| Hex | AF | B | B7 | 4 | 5E | 0 | 1C | 129 | 59 | 26 |
| Octal | 257 | 13 | 267 | 4 | 136 | 0 | 34 | 451 | 131 | 46 |
| Binary | 10101111 | 1011 | 10110111 | 100 | 1011110 | 0 | 11100 | 100101001 | 1011001 | 100110 |
Color Harmonies of #AF0BB7
Complementary color
Monochromatic Colors of #AF0BB7
Black with #AF0BB7
Text Example
Text Example
White with #AF0BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BB7; }
p { color: rgb(175,11,183); }
H1.HeaderClassName
{
color: #AF0BB7;
}
.AnyTagClassName
{
color: #AF0BB7;
}
</style>
background-color css
<style>
a { background-color: #AF0BB7; }
a { background-color: rgb(175,11,183); }
div.DivClassName
{
background-color: #AF0BB7;
}
.BgClassName
{
background-color: #AF0BB7;
}
</style>
border-color css
<style>
span { border-color: #AF0BB7; }
span { border-color: rgb(175,11,183); }
td.TdClassName
{
border-color: #AF0BB7;
}
.TagClassName
{
border-color: #AF0BB7;
}
</style>