Shades of Deep Magenta #AF01AD
Tints of Deep Magenta #AF01AD
RGB
CMYK
RGB Variations
Color information
#AF01AD (or 0xAF01AD) is known color: Deep Magenta. HEX triplet: AF, 01 and AD. RGB value is (175,1,173). Sum of RGB (Red+Green+Blue) = 175+1+173=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF01AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01AD is #50FE52. Grayscale: #484848. Windows color (decimal): -5307987 or 11338159. OLE color: 11338159.
HSL color Cylindrical-coordinate representation of color #AF01AD: hue angle of 300.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01AD is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.31 |
| HSL | 300.69º | 0.99% | 0.35% | - |
| HSV(B) | 300.69º | 0.99% | 0.69% | - |
| XYZ | 25.23 | 12.15 | 40.55 | - |
| YUV | 72.63 | 184.65 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 173 | 0 | 0.99 | 0.01 | 0.31 | 300.69 | 0.99 | 0.35 |
| Hex | AF | 1 | AD | 0 | 63 | 1 | 1F | 12D | 63 | 23 |
| Octal | 257 | 1 | 255 | 0 | 143 | 1 | 37 | 455 | 143 | 43 |
| Binary | 10101111 | 1 | 10101101 | 0 | 1100011 | 1 | 11111 | 100101101 | 1100011 | 100011 |
Color Harmonies of #AF01AD
Complementary color
Monochromatic Colors of #AF01AD
Black with #AF01AD
Text Example
Text Example
White with #AF01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01AD; }
p { color: rgb(175,1,173); }
H1.HeaderClassName
{
color: #AF01AD;
}
.AnyTagClassName
{
color: #AF01AD;
}
</style>
background-color css
<style>
a { background-color: #AF01AD; }
a { background-color: rgb(175,1,173); }
div.DivClassName
{
background-color: #AF01AD;
}
.BgClassName
{
background-color: #AF01AD;
}
</style>
border-color css
<style>
span { border-color: #AF01AD; }
span { border-color: rgb(175,1,173); }
td.TdClassName
{
border-color: #AF01AD;
}
.TagClassName
{
border-color: #AF01AD;
}
</style>