Shades of Deep Magenta #AF02BD
Tints of Deep Magenta #AF02BD
RGB
CMYK
RGB Variations
Color information
#AF02BD (or 0xAF02BD) is known color: Deep Magenta. HEX triplet: AF, 02 and BD. RGB value is (175,2,189). Sum of RGB (Red+Green+Blue) = 175+2+189=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF02BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02BD is #50FD42. Grayscale: #4A4A4A. Windows color (decimal): -5307715 or 12386991. OLE color: 12386991.
HSL color Cylindrical-coordinate representation of color #AF02BD: hue angle of 295.51º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02BD is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 2 | 189 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.26 |
| HSL | 295.51º | 0.98% | 0.37% | - |
| HSV(B) | 295.51º | 0.99% | 0.74% | - |
| XYZ | 26.89 | 12.83 | 49.2 | - |
| YUV | 75.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 189 | 0.07 | 0.99 | 0 | 0.26 | 295.51 | 0.98 | 0.37 |
| Hex | AF | 2 | BD | 7 | 63 | 0 | 1A | 128 | 62 | 25 |
| Octal | 257 | 2 | 275 | 7 | 143 | 0 | 32 | 450 | 142 | 45 |
| Binary | 10101111 | 10 | 10111101 | 111 | 1100011 | 0 | 11010 | 100101000 | 1100010 | 100101 |
Color Harmonies of #AF02BD
Complementary color
Monochromatic Colors of #AF02BD
Black with #AF02BD
Text Example
Text Example
White with #AF02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02BD; }
p { color: rgb(175,2,189); }
H1.HeaderClassName
{
color: #AF02BD;
}
.AnyTagClassName
{
color: #AF02BD;
}
</style>
background-color css
<style>
a { background-color: #AF02BD; }
a { background-color: rgb(175,2,189); }
div.DivClassName
{
background-color: #AF02BD;
}
.BgClassName
{
background-color: #AF02BD;
}
</style>
border-color css
<style>
span { border-color: #AF02BD; }
span { border-color: rgb(175,2,189); }
td.TdClassName
{
border-color: #AF02BD;
}
.TagClassName
{
border-color: #AF02BD;
}
</style>