Shades of Deep Magenta #AF02B5
Tints of Deep Magenta #AF02B5
RGB
CMYK
RGB Variations
Color information
#AF02B5 (or 0xAF02B5) is known color: Deep Magenta. HEX triplet: AF, 02 and B5. RGB value is (175,2,181). Sum of RGB (Red+Green+Blue) = 175+2+181=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF02B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02B5 is #50FD4A. Grayscale: #494949. Windows color (decimal): -5307723 or 11862703. OLE color: 11862703.
HSL color Cylindrical-coordinate representation of color #AF02B5: hue angle of 297.99º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02B5 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 2 | 181 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.29 |
| HSL | 297.99º | 0.98% | 0.36% | - |
| HSV(B) | 297.99º | 0.99% | 0.71% | - |
| XYZ | 26.04 | 12.49 | 44.76 | - |
| YUV | 74.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 181 | 0.03 | 0.99 | 0 | 0.29 | 297.99 | 0.98 | 0.36 |
| Hex | AF | 2 | B5 | 3 | 63 | 0 | 1D | 12A | 62 | 24 |
| Octal | 257 | 2 | 265 | 3 | 143 | 0 | 35 | 452 | 142 | 44 |
| Binary | 10101111 | 10 | 10110101 | 11 | 1100011 | 0 | 11101 | 100101010 | 1100010 | 100100 |
Color Harmonies of #AF02B5
Complementary color
Monochromatic Colors of #AF02B5
Black with #AF02B5
Text Example
Text Example
White with #AF02B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02B5; }
p { color: rgb(175,2,181); }
H1.HeaderClassName
{
color: #AF02B5;
}
.AnyTagClassName
{
color: #AF02B5;
}
</style>
background-color css
<style>
a { background-color: #AF02B5; }
a { background-color: rgb(175,2,181); }
div.DivClassName
{
background-color: #AF02B5;
}
.BgClassName
{
background-color: #AF02B5;
}
</style>
border-color css
<style>
span { border-color: #AF02B5; }
span { border-color: rgb(175,2,181); }
td.TdClassName
{
border-color: #AF02B5;
}
.TagClassName
{
border-color: #AF02B5;
}
</style>