Shades of Electric Purple #AD1EF5
Tints of Electric Purple #AD1EF5
RGB
CMYK
RGB Variations
Color information
#AD1EF5 (or 0xAD1EF5) is known color: Electric Purple. HEX triplet: AD, 1E and F5. RGB value is (173,30,245). Sum of RGB (Red+Green+Blue) = 173+30+245=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD1EF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1EF5 is #52E10A. Grayscale: #606060. Windows color (decimal): -5431563 or 16064173. OLE color: 16064173.
HSL color Cylindrical-coordinate representation of color #AD1EF5: hue angle of 279.91º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1EF5 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 30 | 245 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.04 |
| HSL | 279.91º | 0.91% | 0.54% | - |
| HSV(B) | 279.91º | 0.88% | 0.96% | - |
| XYZ | 34.18 | 16.41 | 87.75 | - |
| YUV | 97.27 | 211.38 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 245 | 0.29 | 0.88 | 0 | 0.04 | 279.91 | 0.91 | 0.54 |
| Hex | AD | 1E | F5 | 1D | 58 | 0 | 4 | 118 | 5B | 36 |
| Octal | 255 | 36 | 365 | 35 | 130 | 0 | 4 | 430 | 133 | 66 |
| Binary | 10101101 | 11110 | 11110101 | 11101 | 1011000 | 0 | 100 | 100011000 | 1011011 | 110110 |
Color Harmonies of #AD1EF5
Complementary color
Monochromatic Colors of #AD1EF5
Black with #AD1EF5
Text Example
Text Example
White with #AD1EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EF5; }
p { color: rgb(173,30,245); }
H1.HeaderClassName
{
color: #AD1EF5;
}
.AnyTagClassName
{
color: #AD1EF5;
}
</style>
background-color css
<style>
a { background-color: #AD1EF5; }
a { background-color: rgb(173,30,245); }
div.DivClassName
{
background-color: #AD1EF5;
}
.BgClassName
{
background-color: #AD1EF5;
}
</style>
border-color css
<style>
span { border-color: #AD1EF5; }
span { border-color: rgb(173,30,245); }
td.TdClassName
{
border-color: #AD1EF5;
}
.TagClassName
{
border-color: #AD1EF5;
}
</style>