Shades of Electric Purple #AD1EF7
Tints of Electric Purple #AD1EF7
RGB
CMYK
RGB Variations
Color information
#AD1EF7 (or 0xAD1EF7) is known color: Electric Purple. HEX triplet: AD, 1E and F7. RGB value is (173,30,247). Sum of RGB (Red+Green+Blue) = 173+30+247=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD1EF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1EF7 is #52E108. Grayscale: #606060. Windows color (decimal): -5431561 or 16195245. OLE color: 16195245.
HSL color Cylindrical-coordinate representation of color #AD1EF7: hue angle of 279.54º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1EF7 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 30 | 247 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.03 |
| HSL | 279.54º | 0.93% | 0.54% | - |
| HSV(B) | 279.54º | 0.88% | 0.97% | - |
| XYZ | 34.49 | 16.53 | 89.37 | - |
| YUV | 97.5 | 212.38 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 247 | 0.30 | 0.88 | 0 | 0.03 | 279.54 | 0.93 | 0.54 |
| Hex | AD | 1E | F7 | 1E | 58 | 0 | 3 | 118 | 5D | 36 |
| Octal | 255 | 36 | 367 | 36 | 130 | 0 | 3 | 430 | 135 | 66 |
| Binary | 10101101 | 11110 | 11110111 | 11110 | 1011000 | 0 | 11 | 100011000 | 1011101 | 110110 |
Color Harmonies of #AD1EF7
Complementary color
Monochromatic Colors of #AD1EF7
Black with #AD1EF7
Text Example
Text Example
White with #AD1EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EF7; }
p { color: rgb(173,30,247); }
H1.HeaderClassName
{
color: #AD1EF7;
}
.AnyTagClassName
{
color: #AD1EF7;
}
</style>
background-color css
<style>
a { background-color: #AD1EF7; }
a { background-color: rgb(173,30,247); }
div.DivClassName
{
background-color: #AD1EF7;
}
.BgClassName
{
background-color: #AD1EF7;
}
</style>
border-color css
<style>
span { border-color: #AD1EF7; }
span { border-color: rgb(173,30,247); }
td.TdClassName
{
border-color: #AD1EF7;
}
.TagClassName
{
border-color: #AD1EF7;
}
</style>