Shades of Deep Magenta #AF18AD
Tints of Deep Magenta #AF18AD
RGB
CMYK
RGB Variations
Color information
#AF18AD (or 0xAF18AD) is known color: Deep Magenta. HEX triplet: AF, 18 and AD. RGB value is (175,24,173). Sum of RGB (Red+Green+Blue) = 175+24+173=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF18AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF18AD is #50E752. Grayscale: #555555. Windows color (decimal): -5302099 or 11344047. OLE color: 11344047.
HSL color Cylindrical-coordinate representation of color #AF18AD: hue angle of 300.79º degrees, saturation: 0.76, 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 #AF18AD is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 173 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.31 |
| HSL | 300.79º | 0.76% | 0.39% | - |
| HSV(B) | 300.79º | 0.86% | 0.69% | - |
| XYZ | 25.55 | 12.78 | 40.66 | - |
| YUV | 86.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 173 | 0 | 0.86 | 0.01 | 0.31 | 300.79 | 0.76 | 0.39 |
| Hex | AF | 18 | AD | 0 | 56 | 1 | 1F | 12D | 4C | 27 |
| Octal | 257 | 30 | 255 | 0 | 126 | 1 | 37 | 455 | 114 | 47 |
| Binary | 10101111 | 11000 | 10101101 | 0 | 1010110 | 1 | 11111 | 100101101 | 1001100 | 100111 |
Color Harmonies of #AF18AD
Complementary color
Monochromatic Colors of #AF18AD
Black with #AF18AD
Text Example
Text Example
White with #AF18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18AD; }
p { color: rgb(175,24,173); }
H1.HeaderClassName
{
color: #AF18AD;
}
.AnyTagClassName
{
color: #AF18AD;
}
</style>
background-color css
<style>
a { background-color: #AF18AD; }
a { background-color: rgb(175,24,173); }
div.DivClassName
{
background-color: #AF18AD;
}
.BgClassName
{
background-color: #AF18AD;
}
</style>
border-color css
<style>
span { border-color: #AF18AD; }
span { border-color: rgb(175,24,173); }
td.TdClassName
{
border-color: #AF18AD;
}
.TagClassName
{
border-color: #AF18AD;
}
</style>