Shades of Deep Magenta #AF02BA
Tints of Deep Magenta #AF02BA
RGB
CMYK
RGB Variations
Color information
#AF02BA (or 0xAF02BA) is known color: Deep Magenta. HEX triplet: AF, 02 and BA. RGB value is (175,2,186). Sum of RGB (Red+Green+Blue) = 175+2+186=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF02BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02BA is #50FD45. Grayscale: #4A4A4A. Windows color (decimal): -5307718 or 12190383. OLE color: 12190383.
HSL color Cylindrical-coordinate representation of color #AF02BA: hue angle of 296.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02BA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 2 | 186 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.27 |
| HSL | 296.41º | 0.98% | 0.37% | - |
| HSV(B) | 296.41º | 0.99% | 0.73% | - |
| XYZ | 26.56 | 12.7 | 47.51 | - |
| YUV | 74.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 186 | 0.06 | 0.99 | 0 | 0.27 | 296.41 | 0.98 | 0.37 |
| Hex | AF | 2 | BA | 6 | 63 | 0 | 1B | 128 | 62 | 25 |
| Octal | 257 | 2 | 272 | 6 | 143 | 0 | 33 | 450 | 142 | 45 |
| Binary | 10101111 | 10 | 10111010 | 110 | 1100011 | 0 | 11011 | 100101000 | 1100010 | 100101 |
Color Harmonies of #AF02BA
Complementary color
Monochromatic Colors of #AF02BA
Black with #AF02BA
Text Example
Text Example
White with #AF02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02BA; }
p { color: rgb(175,2,186); }
H1.HeaderClassName
{
color: #AF02BA;
}
.AnyTagClassName
{
color: #AF02BA;
}
</style>
background-color css
<style>
a { background-color: #AF02BA; }
a { background-color: rgb(175,2,186); }
div.DivClassName
{
background-color: #AF02BA;
}
.BgClassName
{
background-color: #AF02BA;
}
</style>
border-color css
<style>
span { border-color: #AF02BA; }
span { border-color: rgb(175,2,186); }
td.TdClassName
{
border-color: #AF02BA;
}
.TagClassName
{
border-color: #AF02BA;
}
</style>