Shades of Deep Magenta #AF19AD
Tints of Deep Magenta #AF19AD
RGB
CMYK
RGB Variations
Color information
#AF19AD (or 0xAF19AD) is known color: Deep Magenta. HEX triplet: AF, 19 and AD. RGB value is (175,25,173). Sum of RGB (Red+Green+Blue) = 175+25+173=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF19AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF19AD is #50E652. Grayscale: #565656. Windows color (decimal): -5301843 or 11344303. OLE color: 11344303.
HSL color Cylindrical-coordinate representation of color #AF19AD: hue angle of 300.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF19AD is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 173 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.31 |
| HSL | 300.8º | 0.75% | 0.39% | - |
| HSV(B) | 300.8º | 0.86% | 0.69% | - |
| XYZ | 25.57 | 12.83 | 40.66 | - |
| YUV | 86.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 173 | 0 | 0.86 | 0.01 | 0.31 | 300.8 | 0.75 | 0.39 |
| Hex | AF | 19 | AD | 0 | 56 | 1 | 1F | 12D | 4B | 27 |
| Octal | 257 | 31 | 255 | 0 | 126 | 1 | 37 | 455 | 113 | 47 |
| Binary | 10101111 | 11001 | 10101101 | 0 | 1010110 | 1 | 11111 | 100101101 | 1001011 | 100111 |
Color Harmonies of #AF19AD
Complementary color
Monochromatic Colors of #AF19AD
Black with #AF19AD
Text Example
Text Example
White with #AF19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19AD; }
p { color: rgb(175,25,173); }
H1.HeaderClassName
{
color: #AF19AD;
}
.AnyTagClassName
{
color: #AF19AD;
}
</style>
background-color css
<style>
a { background-color: #AF19AD; }
a { background-color: rgb(175,25,173); }
div.DivClassName
{
background-color: #AF19AD;
}
.BgClassName
{
background-color: #AF19AD;
}
</style>
border-color css
<style>
span { border-color: #AF19AD; }
span { border-color: rgb(175,25,173); }
td.TdClassName
{
border-color: #AF19AD;
}
.TagClassName
{
border-color: #AF19AD;
}
</style>