Shades of Deep Magenta #AF19AF
Tints of Deep Magenta #AF19AF
RGB
CMYK
RGB Variations
Color information
#AF19AF (or 0xAF19AF) is known color: Deep Magenta. HEX triplet: AF, 19 and AF. RGB value is (175,25,175). Sum of RGB (Red+Green+Blue) = 175+25+175=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF19AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF19AF is #50E650. Grayscale: #565656. Windows color (decimal): -5301841 or 11475375. OLE color: 11475375.
HSL color Cylindrical-coordinate representation of color #AF19AF: hue angle of 300º 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 #AF19AF is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 175 | - |
| CMYK | 0 | 0.86 | 0 | 0.31 |
| HSL | 300º | 0.75% | 0.39% | - |
| HSV(B) | 300º | 0.86% | 0.69% | - |
| XYZ | 25.76 | 12.9 | 41.69 | - |
| YUV | 86.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 175 | 0 | 0.86 | 0 | 0.31 | 300 | 0.75 | 0.39 |
| Hex | AF | 19 | AF | 0 | 56 | 0 | 1F | 12C | 4B | 27 |
| Octal | 257 | 31 | 257 | 0 | 126 | 0 | 37 | 454 | 113 | 47 |
| Binary | 10101111 | 11001 | 10101111 | 0 | 1010110 | 0 | 11111 | 100101100 | 1001011 | 100111 |
Color Harmonies of #AF19AF
Complementary color
Monochromatic Colors of #AF19AF
Black with #AF19AF
Text Example
Text Example
White with #AF19AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19AF; }
p { color: rgb(175,25,175); }
H1.HeaderClassName
{
color: #AF19AF;
}
.AnyTagClassName
{
color: #AF19AF;
}
</style>
background-color css
<style>
a { background-color: #AF19AF; }
a { background-color: rgb(175,25,175); }
div.DivClassName
{
background-color: #AF19AF;
}
.BgClassName
{
background-color: #AF19AF;
}
</style>
border-color css
<style>
span { border-color: #AF19AF; }
span { border-color: rgb(175,25,175); }
td.TdClassName
{
border-color: #AF19AF;
}
.TagClassName
{
border-color: #AF19AF;
}
</style>