Shades of Deep Magenta #AF0BBD
Tints of Deep Magenta #AF0BBD
RGB
CMYK
RGB Variations
Color information
#AF0BBD (or 0xAF0BBD) is known color: Deep Magenta. HEX triplet: AF, 0B and BD. RGB value is (175,11,189). Sum of RGB (Red+Green+Blue) = 175+11+189=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF0BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BBD is #50F442. Grayscale: #4F4F4F. Windows color (decimal): -5305411 or 12389295. OLE color: 12389295.
HSL color Cylindrical-coordinate representation of color #AF0BBD: hue angle of 295.28º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BBD is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 11 | 189 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.26 |
| HSL | 295.28º | 0.89% | 0.39% | - |
| HSV(B) | 295.28º | 0.94% | 0.74% | - |
| XYZ | 26.98 | 13.03 | 49.24 | - |
| YUV | 80.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 189 | 0.07 | 0.94 | 0 | 0.26 | 295.28 | 0.89 | 0.39 |
| Hex | AF | B | BD | 7 | 5E | 0 | 1A | 127 | 59 | 27 |
| Octal | 257 | 13 | 275 | 7 | 136 | 0 | 32 | 447 | 131 | 47 |
| Binary | 10101111 | 1011 | 10111101 | 111 | 1011110 | 0 | 11010 | 100100111 | 1011001 | 100111 |
Color Harmonies of #AF0BBD
Complementary color
Monochromatic Colors of #AF0BBD
Black with #AF0BBD
Text Example
Text Example
White with #AF0BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BBD; }
p { color: rgb(175,11,189); }
H1.HeaderClassName
{
color: #AF0BBD;
}
.AnyTagClassName
{
color: #AF0BBD;
}
</style>
background-color css
<style>
a { background-color: #AF0BBD; }
a { background-color: rgb(175,11,189); }
div.DivClassName
{
background-color: #AF0BBD;
}
.BgClassName
{
background-color: #AF0BBD;
}
</style>
border-color css
<style>
span { border-color: #AF0BBD; }
span { border-color: rgb(175,11,189); }
td.TdClassName
{
border-color: #AF0BBD;
}
.TagClassName
{
border-color: #AF0BBD;
}
</style>