Shades of Deep Magenta #AF04BE
Tints of Deep Magenta #AF04BE
RGB
CMYK
RGB Variations
Color information
#AF04BE (or 0xAF04BE) is known color: Deep Magenta. HEX triplet: AF, 04 and BE. RGB value is (175,4,190). Sum of RGB (Red+Green+Blue) = 175+4+190=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04BE is #50FB41. Grayscale: #4B4B4B. Windows color (decimal): -5307202 or 12453039. OLE color: 12453039.
HSL color Cylindrical-coordinate representation of color #AF04BE: hue angle of 295.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04BE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 4 | 190 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.25 |
| HSL | 295.16º | 0.96% | 0.38% | - |
| HSV(B) | 295.16º | 0.98% | 0.75% | - |
| XYZ | 27.02 | 12.92 | 49.78 | - |
| YUV | 76.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 190 | 0.08 | 0.98 | 0 | 0.25 | 295.16 | 0.96 | 0.38 |
| Hex | AF | 4 | BE | 8 | 62 | 0 | 19 | 127 | 60 | 26 |
| Octal | 257 | 4 | 276 | 10 | 142 | 0 | 31 | 447 | 140 | 46 |
| Binary | 10101111 | 100 | 10111110 | 1000 | 1100010 | 0 | 11001 | 100100111 | 1100000 | 100110 |
Color Harmonies of #AF04BE
Complementary color
Monochromatic Colors of #AF04BE
Black with #AF04BE
Text Example
Text Example
White with #AF04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04BE; }
p { color: rgb(175,4,190); }
H1.HeaderClassName
{
color: #AF04BE;
}
.AnyTagClassName
{
color: #AF04BE;
}
</style>
background-color css
<style>
a { background-color: #AF04BE; }
a { background-color: rgb(175,4,190); }
div.DivClassName
{
background-color: #AF04BE;
}
.BgClassName
{
background-color: #AF04BE;
}
</style>
border-color css
<style>
span { border-color: #AF04BE; }
span { border-color: rgb(175,4,190); }
td.TdClassName
{
border-color: #AF04BE;
}
.TagClassName
{
border-color: #AF04BE;
}
</style>