Shades of Deep Magenta #AF0BBB
Tints of Deep Magenta #AF0BBB
RGB
CMYK
RGB Variations
Color information
#AF0BBB (or 0xAF0BBB) is known color: Deep Magenta. HEX triplet: AF, 0B and BB. RGB value is (175,11,187). Sum of RGB (Red+Green+Blue) = 175+11+187=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF0BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BBB is #50F444. Grayscale: #4F4F4F. Windows color (decimal): -5305413 or 12258223. OLE color: 12258223.
HSL color Cylindrical-coordinate representation of color #AF0BBB: hue angle of 295.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BBB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 11 | 187 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.27 |
| HSL | 295.91º | 0.89% | 0.39% | - |
| HSV(B) | 295.91º | 0.94% | 0.73% | - |
| XYZ | 26.77 | 12.94 | 48.1 | - |
| YUV | 80.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 187 | 0.06 | 0.94 | 0 | 0.27 | 295.91 | 0.89 | 0.39 |
| Hex | AF | B | BB | 6 | 5E | 0 | 1B | 128 | 59 | 27 |
| Octal | 257 | 13 | 273 | 6 | 136 | 0 | 33 | 450 | 131 | 47 |
| Binary | 10101111 | 1011 | 10111011 | 110 | 1011110 | 0 | 11011 | 100101000 | 1011001 | 100111 |
Color Harmonies of #AF0BBB
Complementary color
Monochromatic Colors of #AF0BBB
Black with #AF0BBB
Text Example
Text Example
White with #AF0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BBB; }
p { color: rgb(175,11,187); }
H1.HeaderClassName
{
color: #AF0BBB;
}
.AnyTagClassName
{
color: #AF0BBB;
}
</style>
background-color css
<style>
a { background-color: #AF0BBB; }
a { background-color: rgb(175,11,187); }
div.DivClassName
{
background-color: #AF0BBB;
}
.BgClassName
{
background-color: #AF0BBB;
}
</style>
border-color css
<style>
span { border-color: #AF0BBB; }
span { border-color: rgb(175,11,187); }
td.TdClassName
{
border-color: #AF0BBB;
}
.TagClassName
{
border-color: #AF0BBB;
}
</style>