Shades of Deep Magenta #AF0DBB
Tints of Deep Magenta #AF0DBB
RGB
CMYK
RGB Variations
Color information
#AF0DBB (or 0xAF0DBB) is known color: Deep Magenta. HEX triplet: AF, 0D and BB. RGB value is (175,13,187). Sum of RGB (Red+Green+Blue) = 175+13+187=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF0DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DBB is #50F244. Grayscale: #505050. Windows color (decimal): -5304901 or 12258735. OLE color: 12258735.
HSL color Cylindrical-coordinate representation of color #AF0DBB: hue angle of 295.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DBB is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 13 | 187 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.27 |
| HSL | 295.86º | 0.87% | 0.39% | - |
| HSV(B) | 295.86º | 0.93% | 0.73% | - |
| XYZ | 26.79 | 12.99 | 48.11 | - |
| YUV | 81.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 187 | 0.06 | 0.93 | 0 | 0.27 | 295.86 | 0.87 | 0.39 |
| Hex | AF | D | BB | 6 | 5D | 0 | 1B | 128 | 57 | 27 |
| Octal | 257 | 15 | 273 | 6 | 135 | 0 | 33 | 450 | 127 | 47 |
| Binary | 10101111 | 1101 | 10111011 | 110 | 1011101 | 0 | 11011 | 100101000 | 1010111 | 100111 |
Color Harmonies of #AF0DBB
Complementary color
Monochromatic Colors of #AF0DBB
Black with #AF0DBB
Text Example
Text Example
White with #AF0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DBB; }
p { color: rgb(175,13,187); }
H1.HeaderClassName
{
color: #AF0DBB;
}
.AnyTagClassName
{
color: #AF0DBB;
}
</style>
background-color css
<style>
a { background-color: #AF0DBB; }
a { background-color: rgb(175,13,187); }
div.DivClassName
{
background-color: #AF0DBB;
}
.BgClassName
{
background-color: #AF0DBB;
}
</style>
border-color css
<style>
span { border-color: #AF0DBB; }
span { border-color: rgb(175,13,187); }
td.TdClassName
{
border-color: #AF0DBB;
}
.TagClassName
{
border-color: #AF0DBB;
}
</style>