Shades of Deep Magenta #AF03A8
Tints of Deep Magenta #AF03A8
RGB
CMYK
RGB Variations
Color information
#AF03A8 (or 0xAF03A8) is known color: Deep Magenta. HEX triplet: AF, 03 and A8. RGB value is (175,3,168). Sum of RGB (Red+Green+Blue) = 175+3+168=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF03A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF03A8 is #50FC57. Grayscale: #484848. Windows color (decimal): -5307480 or 11010991. OLE color: 11010991.
HSL color Cylindrical-coordinate representation of color #AF03A8: hue angle of 302.44º 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 #AF03A8 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 168 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.31 |
| HSL | 302.44º | 0.97% | 0.35% | - |
| HSV(B) | 302.44º | 0.98% | 0.69% | - |
| XYZ | 24.78 | 12.01 | 38.06 | - |
| YUV | 73.24 | 181.48 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 168 | 0 | 0.98 | 0.04 | 0.31 | 302.44 | 0.97 | 0.35 |
| Hex | AF | 3 | A8 | 0 | 62 | 4 | 1F | 12E | 61 | 23 |
| Octal | 257 | 3 | 250 | 0 | 142 | 4 | 37 | 456 | 141 | 43 |
| Binary | 10101111 | 11 | 10101000 | 0 | 1100010 | 100 | 11111 | 100101110 | 1100001 | 100011 |
Color Harmonies of #AF03A8
Complementary color
Monochromatic Colors of #AF03A8
Black with #AF03A8
Text Example
Text Example
White with #AF03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03A8; }
p { color: rgb(175,3,168); }
H1.HeaderClassName
{
color: #AF03A8;
}
.AnyTagClassName
{
color: #AF03A8;
}
</style>
background-color css
<style>
a { background-color: #AF03A8; }
a { background-color: rgb(175,3,168); }
div.DivClassName
{
background-color: #AF03A8;
}
.BgClassName
{
background-color: #AF03A8;
}
</style>
border-color css
<style>
span { border-color: #AF03A8; }
span { border-color: rgb(175,3,168); }
td.TdClassName
{
border-color: #AF03A8;
}
.TagClassName
{
border-color: #AF03A8;
}
</style>