Shades of Deep Magenta #AF13BB
Tints of Deep Magenta #AF13BB
RGB
CMYK
RGB Variations
Color information
#AF13BB (or 0xAF13BB) is known color: Deep Magenta. HEX triplet: AF, 13 and BB. RGB value is (175,19,187). Sum of RGB (Red+Green+Blue) = 175+19+187=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF13BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13BB is #50EC44. Grayscale: #545454. Windows color (decimal): -5303365 or 12260271. OLE color: 12260271.
HSL color Cylindrical-coordinate representation of color #AF13BB: hue angle of 295.71º 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 #AF13BB is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 19 | 187 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.27 |
| HSL | 295.71º | 0.82% | 0.4% | - |
| HSV(B) | 295.71º | 0.9% | 0.73% | - |
| XYZ | 26.88 | 13.17 | 48.14 | - |
| YUV | 84.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 187 | 0.06 | 0.90 | 0 | 0.27 | 295.71 | 0.82 | 0.4 |
| Hex | AF | 13 | BB | 6 | 5A | 0 | 1B | 128 | 52 | 28 |
| Octal | 257 | 23 | 273 | 6 | 132 | 0 | 33 | 450 | 122 | 50 |
| Binary | 10101111 | 10011 | 10111011 | 110 | 1011010 | 0 | 11011 | 100101000 | 1010010 | 101000 |
Color Harmonies of #AF13BB
Complementary color
Monochromatic Colors of #AF13BB
Black with #AF13BB
Text Example
Text Example
White with #AF13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13BB; }
p { color: rgb(175,19,187); }
H1.HeaderClassName
{
color: #AF13BB;
}
.AnyTagClassName
{
color: #AF13BB;
}
</style>
background-color css
<style>
a { background-color: #AF13BB; }
a { background-color: rgb(175,19,187); }
div.DivClassName
{
background-color: #AF13BB;
}
.BgClassName
{
background-color: #AF13BB;
}
</style>
border-color css
<style>
span { border-color: #AF13BB; }
span { border-color: rgb(175,19,187); }
td.TdClassName
{
border-color: #AF13BB;
}
.TagClassName
{
border-color: #AF13BB;
}
</style>