Shades of Deep Magenta #AF04BA
Tints of Deep Magenta #AF04BA
RGB
CMYK
RGB Variations
Color information
#AF04BA (or 0xAF04BA) is known color: Deep Magenta. HEX triplet: AF, 04 and BA. RGB value is (175,4,186). Sum of RGB (Red+Green+Blue) = 175+4+186=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF04BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04BA is #50FB45. Grayscale: #4B4B4B. Windows color (decimal): -5307206 or 12190895. OLE color: 12190895.
HSL color Cylindrical-coordinate representation of color #AF04BA: hue angle of 296.37º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04BA is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 4 | 186 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.27 |
| HSL | 296.37º | 0.96% | 0.37% | - |
| HSV(B) | 296.37º | 0.98% | 0.73% | - |
| XYZ | 26.59 | 12.75 | 47.51 | - |
| YUV | 75.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 186 | 0.06 | 0.98 | 0 | 0.27 | 296.37 | 0.96 | 0.37 |
| Hex | AF | 4 | BA | 6 | 62 | 0 | 1B | 128 | 60 | 25 |
| Octal | 257 | 4 | 272 | 6 | 142 | 0 | 33 | 450 | 140 | 45 |
| Binary | 10101111 | 100 | 10111010 | 110 | 1100010 | 0 | 11011 | 100101000 | 1100000 | 100101 |
Color Harmonies of #AF04BA
Complementary color
Monochromatic Colors of #AF04BA
Black with #AF04BA
Text Example
Text Example
White with #AF04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04BA; }
p { color: rgb(175,4,186); }
H1.HeaderClassName
{
color: #AF04BA;
}
.AnyTagClassName
{
color: #AF04BA;
}
</style>
background-color css
<style>
a { background-color: #AF04BA; }
a { background-color: rgb(175,4,186); }
div.DivClassName
{
background-color: #AF04BA;
}
.BgClassName
{
background-color: #AF04BA;
}
</style>
border-color css
<style>
span { border-color: #AF04BA; }
span { border-color: rgb(175,4,186); }
td.TdClassName
{
border-color: #AF04BA;
}
.TagClassName
{
border-color: #AF04BA;
}
</style>