Shades of Deep Magenta #AF00AD
Tints of Deep Magenta #AF00AD
RGB
CMYK
RGB Variations
Color information
#AF00AD (or 0xAF00AD) is known color: Deep Magenta. HEX triplet: AF, 00 and AD. RGB value is (175,0,173). Sum of RGB (Red+Green+Blue) = 175+0+173=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF00AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF00AD is #50FF52. Grayscale: #474747. Windows color (decimal): -5308243 or 11337903. OLE color: 11337903.
HSL color Cylindrical-coordinate representation of color #AF00AD: hue angle of 300.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00AD is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.01 | 0.31 |
| HSL | 300.69º | 1% | 0.34% | - |
| HSV(B) | 300.69º | 1% | 0.69% | - |
| XYZ | 25.22 | 12.13 | 40.55 | - |
| YUV | 72.05 | 184.98 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 173 | 0 | 1 | 0.01 | 0.31 | 300.69 | 1 | 0.34 |
| Hex | AF | 0 | AD | 0 | 64 | 1 | 1F | 12D | 64 | 22 |
| Octal | 257 | 0 | 255 | 0 | 144 | 1 | 37 | 455 | 144 | 42 |
| Binary | 10101111 | 0 | 10101101 | 0 | 1100100 | 1 | 11111 | 100101101 | 1100100 | 100010 |
Color Harmonies of #AF00AD
Complementary color
Monochromatic Colors of #AF00AD
Black with #AF00AD
Text Example
Text Example
White with #AF00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00AD; }
p { color: rgb(175,0,173); }
H1.HeaderClassName
{
color: #AF00AD;
}
.AnyTagClassName
{
color: #AF00AD;
}
</style>
background-color css
<style>
a { background-color: #AF00AD; }
a { background-color: rgb(175,0,173); }
div.DivClassName
{
background-color: #AF00AD;
}
.BgClassName
{
background-color: #AF00AD;
}
</style>
border-color css
<style>
span { border-color: #AF00AD; }
span { border-color: rgb(175,0,173); }
td.TdClassName
{
border-color: #AF00AD;
}
.TagClassName
{
border-color: #AF00AD;
}
</style>