Shades of Deep Magenta #AF19B5
Tints of Deep Magenta #AF19B5
RGB
CMYK
RGB Variations
Color information
#AF19B5 (or 0xAF19B5) is known color: Deep Magenta. HEX triplet: AF, 19 and B5. RGB value is (175,25,181). Sum of RGB (Red+Green+Blue) = 175+25+181=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF19B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19B5 is #50E64A. Grayscale: #575757. Windows color (decimal): -5301835 or 11868591. OLE color: 11868591.
HSL color Cylindrical-coordinate representation of color #AF19B5: hue angle of 297.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF19B5 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 25 | 181 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.29 |
| HSL | 297.69º | 0.76% | 0.4% | - |
| HSV(B) | 297.69º | 0.86% | 0.71% | - |
| XYZ | 26.37 | 13.15 | 44.86 | - |
| YUV | 87.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 181 | 0.03 | 0.86 | 0 | 0.29 | 297.69 | 0.76 | 0.4 |
| Hex | AF | 19 | B5 | 3 | 56 | 0 | 1D | 12A | 4C | 28 |
| Octal | 257 | 31 | 265 | 3 | 126 | 0 | 35 | 452 | 114 | 50 |
| Binary | 10101111 | 11001 | 10110101 | 11 | 1010110 | 0 | 11101 | 100101010 | 1001100 | 101000 |
Color Harmonies of #AF19B5
Complementary color
Monochromatic Colors of #AF19B5
Black with #AF19B5
Text Example
Text Example
White with #AF19B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19B5; }
p { color: rgb(175,25,181); }
H1.HeaderClassName
{
color: #AF19B5;
}
.AnyTagClassName
{
color: #AF19B5;
}
</style>
background-color css
<style>
a { background-color: #AF19B5; }
a { background-color: rgb(175,25,181); }
div.DivClassName
{
background-color: #AF19B5;
}
.BgClassName
{
background-color: #AF19B5;
}
</style>
border-color css
<style>
span { border-color: #AF19B5; }
span { border-color: rgb(175,25,181); }
td.TdClassName
{
border-color: #AF19B5;
}
.TagClassName
{
border-color: #AF19B5;
}
</style>