Shades of Deep Magenta #AF03AF
Tints of Deep Magenta #AF03AF
RGB
CMYK
RGB Variations
Color information
#AF03AF (or 0xAF03AF) is known color: Deep Magenta. HEX triplet: AF, 03 and AF. RGB value is (175,3,175). Sum of RGB (Red+Green+Blue) = 175+3+175=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF03AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF03AF is #50FC50. Grayscale: #494949. Windows color (decimal): -5307473 or 11469743. OLE color: 11469743.
HSL color Cylindrical-coordinate representation of color #AF03AF: hue angle of 300º 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 #AF03AF is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 175 | - |
| CMYK | 0 | 0.98 | 0 | 0.31 |
| HSL | 300º | 0.97% | 0.35% | - |
| HSV(B) | 300º | 0.98% | 0.69% | - |
| XYZ | 25.45 | 12.27 | 41.59 | - |
| YUV | 74.04 | 184.98 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 175 | 0 | 0.98 | 0 | 0.31 | 300 | 0.97 | 0.35 |
| Hex | AF | 3 | AF | 0 | 62 | 0 | 1F | 12C | 61 | 23 |
| Octal | 257 | 3 | 257 | 0 | 142 | 0 | 37 | 454 | 141 | 43 |
| Binary | 10101111 | 11 | 10101111 | 0 | 1100010 | 0 | 11111 | 100101100 | 1100001 | 100011 |
Color Harmonies of #AF03AF
Complementary color
Monochromatic Colors of #AF03AF
Black with #AF03AF
Text Example
Text Example
White with #AF03AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03AF; }
p { color: rgb(175,3,175); }
H1.HeaderClassName
{
color: #AF03AF;
}
.AnyTagClassName
{
color: #AF03AF;
}
</style>
background-color css
<style>
a { background-color: #AF03AF; }
a { background-color: rgb(175,3,175); }
div.DivClassName
{
background-color: #AF03AF;
}
.BgClassName
{
background-color: #AF03AF;
}
</style>
border-color css
<style>
span { border-color: #AF03AF; }
span { border-color: rgb(175,3,175); }
td.TdClassName
{
border-color: #AF03AF;
}
.TagClassName
{
border-color: #AF03AF;
}
</style>