Shades of Deep Magenta #AF02AF
Tints of Deep Magenta #AF02AF
RGB
CMYK
RGB Variations
Color information
#AF02AF (or 0xAF02AF) is known color: Deep Magenta. HEX triplet: AF, 02 and AF. RGB value is (175,2,175). Sum of RGB (Red+Green+Blue) = 175+2+175=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF02AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF02AF is #50FD50. Grayscale: #484848. Windows color (decimal): -5307729 or 11469487. OLE color: 11469487.
HSL color Cylindrical-coordinate representation of color #AF02AF: hue angle of 300º degrees, saturation: 0.98, 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 #AF02AF is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0 | 0.31 |
| HSL | 300º | 0.98% | 0.35% | - |
| HSV(B) | 300º | 0.99% | 0.69% | - |
| XYZ | 25.44 | 12.25 | 41.58 | - |
| YUV | 73.45 | 185.31 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 175 | 0 | 0.99 | 0 | 0.31 | 300 | 0.98 | 0.35 |
| Hex | AF | 2 | AF | 0 | 63 | 0 | 1F | 12C | 62 | 23 |
| Octal | 257 | 2 | 257 | 0 | 143 | 0 | 37 | 454 | 142 | 43 |
| Binary | 10101111 | 10 | 10101111 | 0 | 1100011 | 0 | 11111 | 100101100 | 1100010 | 100011 |
Color Harmonies of #AF02AF
Complementary color
Monochromatic Colors of #AF02AF
Black with #AF02AF
Text Example
Text Example
White with #AF02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02AF; }
p { color: rgb(175,2,175); }
H1.HeaderClassName
{
color: #AF02AF;
}
.AnyTagClassName
{
color: #AF02AF;
}
</style>
background-color css
<style>
a { background-color: #AF02AF; }
a { background-color: rgb(175,2,175); }
div.DivClassName
{
background-color: #AF02AF;
}
.BgClassName
{
background-color: #AF02AF;
}
</style>
border-color css
<style>
span { border-color: #AF02AF; }
span { border-color: rgb(175,2,175); }
td.TdClassName
{
border-color: #AF02AF;
}
.TagClassName
{
border-color: #AF02AF;
}
</style>