Shades of Deep Magenta #AD04BE
Tints of Deep Magenta #AD04BE
RGB
CMYK
RGB Variations
Color information
#AD04BE (or 0xAD04BE) is known color: Deep Magenta. HEX triplet: AD, 04 and BE. RGB value is (173,4,190). Sum of RGB (Red+Green+Blue) = 173+4+190=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04BE is #52FB41. Grayscale: #4B4B4B. Windows color (decimal): -5438274 or 12453037. OLE color: 12453037.
HSL color Cylindrical-coordinate representation of color #AD04BE: hue angle of 294.52º 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 #AD04BE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 4 | 190 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.25 |
| HSL | 294.52º | 0.96% | 0.38% | - |
| HSV(B) | 294.52º | 0.98% | 0.75% | - |
| XYZ | 26.57 | 12.69 | 49.76 | - |
| YUV | 75.74 | 192.49 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 190 | 0.09 | 0.98 | 0 | 0.25 | 294.52 | 0.96 | 0.38 |
| Hex | AD | 4 | BE | 9 | 62 | 0 | 19 | 127 | 60 | 26 |
| Octal | 255 | 4 | 276 | 11 | 142 | 0 | 31 | 447 | 140 | 46 |
| Binary | 10101101 | 100 | 10111110 | 1001 | 1100010 | 0 | 11001 | 100100111 | 1100000 | 100110 |
Color Harmonies of #AD04BE
Complementary color
Monochromatic Colors of #AD04BE
Black with #AD04BE
Text Example
Text Example
White with #AD04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04BE; }
p { color: rgb(173,4,190); }
H1.HeaderClassName
{
color: #AD04BE;
}
.AnyTagClassName
{
color: #AD04BE;
}
</style>
background-color css
<style>
a { background-color: #AD04BE; }
a { background-color: rgb(173,4,190); }
div.DivClassName
{
background-color: #AD04BE;
}
.BgClassName
{
background-color: #AD04BE;
}
</style>
border-color css
<style>
span { border-color: #AD04BE; }
span { border-color: rgb(173,4,190); }
td.TdClassName
{
border-color: #AD04BE;
}
.TagClassName
{
border-color: #AD04BE;
}
</style>