Shades of Electric Purple #AD04F3
Tints of Electric Purple #AD04F3
RGB
CMYK
RGB Variations
Color information
#AD04F3 (or 0xAD04F3) is known color: Electric Purple. HEX triplet: AD, 04 and F3. RGB value is (173,4,243). Sum of RGB (Red+Green+Blue) = 173+4+243=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD04F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD04F3 is #52FB0C. Grayscale: #505050. Windows color (decimal): -5438221 or 15926445. OLE color: 15926445.
HSL color Cylindrical-coordinate representation of color #AD04F3: hue angle of 282.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04F3 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 4 | 243 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.05 |
| HSL | 282.43º | 0.97% | 0.48% | - |
| HSV(B) | 282.43º | 0.98% | 0.95% | - |
| XYZ | 33.45 | 15.44 | 86.01 | - |
| YUV | 81.78 | 218.99 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 243 | 0.29 | 0.98 | 0 | 0.05 | 282.43 | 0.97 | 0.48 |
| Hex | AD | 4 | F3 | 1D | 62 | 0 | 5 | 11A | 61 | 30 |
| Octal | 255 | 4 | 363 | 35 | 142 | 0 | 5 | 432 | 141 | 60 |
| Binary | 10101101 | 100 | 11110011 | 11101 | 1100010 | 0 | 101 | 100011010 | 1100001 | 110000 |
Color Harmonies of #AD04F3
Complementary color
Monochromatic Colors of #AD04F3
Black with #AD04F3
Text Example
Text Example
White with #AD04F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04F3; }
p { color: rgb(173,4,243); }
H1.HeaderClassName
{
color: #AD04F3;
}
.AnyTagClassName
{
color: #AD04F3;
}
</style>
background-color css
<style>
a { background-color: #AD04F3; }
a { background-color: rgb(173,4,243); }
div.DivClassName
{
background-color: #AD04F3;
}
.BgClassName
{
background-color: #AD04F3;
}
</style>
border-color css
<style>
span { border-color: #AD04F3; }
span { border-color: rgb(173,4,243); }
td.TdClassName
{
border-color: #AD04F3;
}
.TagClassName
{
border-color: #AD04F3;
}
</style>