Shades of Deep Magenta #AF12BB
Tints of Deep Magenta #AF12BB
RGB
CMYK
RGB Variations
Color information
#AF12BB (or 0xAF12BB) is known color: Deep Magenta. HEX triplet: AF, 12 and BB. RGB value is (175,18,187). Sum of RGB (Red+Green+Blue) = 175+18+187=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12BB is #50ED44. Grayscale: #535353. Windows color (decimal): -5303621 or 12260015. OLE color: 12260015.
HSL color Cylindrical-coordinate representation of color #AF12BB: hue angle of 295.74º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12BB is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 18 | 187 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.27 |
| HSL | 295.74º | 0.82% | 0.4% | - |
| HSV(B) | 295.74º | 0.9% | 0.73% | - |
| XYZ | 26.87 | 13.13 | 48.13 | - |
| YUV | 84.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 187 | 0.06 | 0.90 | 0 | 0.27 | 295.74 | 0.82 | 0.4 |
| Hex | AF | 12 | BB | 6 | 5A | 0 | 1B | 128 | 52 | 28 |
| Octal | 257 | 22 | 273 | 6 | 132 | 0 | 33 | 450 | 122 | 50 |
| Binary | 10101111 | 10010 | 10111011 | 110 | 1011010 | 0 | 11011 | 100101000 | 1010010 | 101000 |
Color Harmonies of #AF12BB
Complementary color
Monochromatic Colors of #AF12BB
Black with #AF12BB
Text Example
Text Example
White with #AF12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12BB; }
p { color: rgb(175,18,187); }
H1.HeaderClassName
{
color: #AF12BB;
}
.AnyTagClassName
{
color: #AF12BB;
}
</style>
background-color css
<style>
a { background-color: #AF12BB; }
a { background-color: rgb(175,18,187); }
div.DivClassName
{
background-color: #AF12BB;
}
.BgClassName
{
background-color: #AF12BB;
}
</style>
border-color css
<style>
span { border-color: #AF12BB; }
span { border-color: rgb(175,18,187); }
td.TdClassName
{
border-color: #AF12BB;
}
.TagClassName
{
border-color: #AF12BB;
}
</style>