Shades of Electric Purple #AD1DFE
Tints of Electric Purple #AD1DFE
RGB
CMYK
RGB Variations
Color information
#AD1DFE (or 0xAD1DFE) is known color: Electric Purple. HEX triplet: AD, 1D and FE. RGB value is (173,29,254). Sum of RGB (Red+Green+Blue) = 173+29+254=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD1DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1DFE is #52E201. Grayscale: #606060. Windows color (decimal): -5431810 or 16653741. OLE color: 16653741.
HSL color Cylindrical-coordinate representation of color #AD1DFE: hue angle of 278.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1DFE is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 29 | 254 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.00 |
| HSL | 278.4º | 0.99% | 0.55% | - |
| HSV(B) | 278.4º | 0.89% | 1% | - |
| XYZ | 35.56 | 16.92 | 95.16 | - |
| YUV | 97.71 | 216.21 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 254 | 0.32 | 0.89 | 0 | 0.00 | 278.4 | 0.99 | 0.55 |
| Hex | AD | 1D | FE | 20 | 59 | 0 | 0 | 116 | 63 | 37 |
| Octal | 255 | 35 | 376 | 40 | 131 | 0 | 0 | 426 | 143 | 67 |
| Binary | 10101101 | 11101 | 11111110 | 100000 | 1011001 | 0 | 0 | 100010110 | 1100011 | 110111 |
Color Harmonies of #AD1DFE
Complementary color
Monochromatic Colors of #AD1DFE
Black with #AD1DFE
Text Example
Text Example
White with #AD1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DFE; }
p { color: rgb(173,29,254); }
H1.HeaderClassName
{
color: #AD1DFE;
}
.AnyTagClassName
{
color: #AD1DFE;
}
</style>
background-color css
<style>
a { background-color: #AD1DFE; }
a { background-color: rgb(173,29,254); }
div.DivClassName
{
background-color: #AD1DFE;
}
.BgClassName
{
background-color: #AD1DFE;
}
</style>
border-color css
<style>
span { border-color: #AD1DFE; }
span { border-color: rgb(173,29,254); }
td.TdClassName
{
border-color: #AD1DFE;
}
.TagClassName
{
border-color: #AD1DFE;
}
</style>