Shades of Electric Purple #AD04FF
Tints of Electric Purple #AD04FF
RGB
CMYK
RGB Variations
Color information
#AD04FF (or 0xAD04FF) is known color: Electric Purple. HEX triplet: AD, 04 and FF. RGB value is (173,4,255). Sum of RGB (Red+Green+Blue) = 173+4+255=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD04FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD04FF is #52FB00. Grayscale: #525252. Windows color (decimal): -5438209 or 16712877. OLE color: 16712877.
HSL color Cylindrical-coordinate representation of color #AD04FF: hue angle of 280.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04FF is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 4 | 255 | - |
| CMYK | 0.32 | 0.98 | 0 | 0 |
| HSL | 280.4º | 1% | 0.51% | - |
| HSV(B) | 280.4º | 0.98% | 1% | - |
| XYZ | 35.33 | 16.19 | 95.87 | - |
| YUV | 83.15 | 224.99 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 255 | 0.32 | 0.98 | 0 | 0 | 280.4 | 1 | 0.51 |
| Hex | AD | 4 | FF | 20 | 62 | 0 | 0 | 118 | 64 | 33 |
| Octal | 255 | 4 | 377 | 40 | 142 | 0 | 0 | 430 | 144 | 63 |
| Binary | 10101101 | 100 | 11111111 | 100000 | 1100010 | 0 | 0 | 100011000 | 1100100 | 110011 |
Color Harmonies of #AD04FF
Complementary color
Monochromatic Colors of #AD04FF
Black with #AD04FF
Text Example
Text Example
White with #AD04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04FF; }
p { color: rgb(173,4,255); }
H1.HeaderClassName
{
color: #AD04FF;
}
.AnyTagClassName
{
color: #AD04FF;
}
</style>
background-color css
<style>
a { background-color: #AD04FF; }
a { background-color: rgb(173,4,255); }
div.DivClassName
{
background-color: #AD04FF;
}
.BgClassName
{
background-color: #AD04FF;
}
</style>
border-color css
<style>
span { border-color: #AD04FF; }
span { border-color: rgb(173,4,255); }
td.TdClassName
{
border-color: #AD04FF;
}
.TagClassName
{
border-color: #AD04FF;
}
</style>