Shades of Deep Magenta #AF03AD
Tints of Deep Magenta #AF03AD
RGB
CMYK
RGB Variations
Color information
#AF03AD (or 0xAF03AD) is known color: Deep Magenta. HEX triplet: AF, 03 and AD. RGB value is (175,3,173). Sum of RGB (Red+Green+Blue) = 175+3+173=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF03AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF03AD is #50FC52. Grayscale: #494949. Windows color (decimal): -5307475 or 11338671. OLE color: 11338671.
HSL color Cylindrical-coordinate representation of color #AF03AD: hue angle of 300.7º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF03AD is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.31 |
| HSL | 300.7º | 0.97% | 0.35% | - |
| HSV(B) | 300.7º | 0.98% | 0.69% | - |
| XYZ | 25.25 | 12.2 | 40.56 | - |
| YUV | 73.81 | 183.98 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 173 | 0 | 0.98 | 0.01 | 0.31 | 300.7 | 0.97 | 0.35 |
| Hex | AF | 3 | AD | 0 | 62 | 1 | 1F | 12D | 61 | 23 |
| Octal | 257 | 3 | 255 | 0 | 142 | 1 | 37 | 455 | 141 | 43 |
| Binary | 10101111 | 11 | 10101101 | 0 | 1100010 | 1 | 11111 | 100101101 | 1100001 | 100011 |
Color Harmonies of #AF03AD
Complementary color
Monochromatic Colors of #AF03AD
Black with #AF03AD
Text Example
Text Example
White with #AF03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03AD; }
p { color: rgb(175,3,173); }
H1.HeaderClassName
{
color: #AF03AD;
}
.AnyTagClassName
{
color: #AF03AD;
}
</style>
background-color css
<style>
a { background-color: #AF03AD; }
a { background-color: rgb(175,3,173); }
div.DivClassName
{
background-color: #AF03AD;
}
.BgClassName
{
background-color: #AF03AD;
}
</style>
border-color css
<style>
span { border-color: #AF03AD; }
span { border-color: rgb(175,3,173); }
td.TdClassName
{
border-color: #AF03AD;
}
.TagClassName
{
border-color: #AF03AD;
}
</style>