Shades of Electric Purple #AD1FEF
Tints of Electric Purple #AD1FEF
RGB
CMYK
RGB Variations
Color information
#AD1FEF (or 0xAD1FEF) is known color: Electric Purple. HEX triplet: AD, 1F and EF. RGB value is (173,31,239). Sum of RGB (Red+Green+Blue) = 173+31+239=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD1FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1FEF is #52E010. Grayscale: #606060. Windows color (decimal): -5431313 or 15671213. OLE color: 15671213.
HSL color Cylindrical-coordinate representation of color #AD1FEF: hue angle of 280.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1FEF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 31 | 239 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.06 |
| HSL | 280.96º | 0.87% | 0.53% | - |
| HSV(B) | 280.96º | 0.87% | 0.94% | - |
| XYZ | 33.3 | 16.1 | 83.01 | - |
| YUV | 97.17 | 208.04 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 239 | 0.28 | 0.87 | 0 | 0.06 | 280.96 | 0.87 | 0.53 |
| Hex | AD | 1F | EF | 1C | 57 | 0 | 6 | 119 | 57 | 35 |
| Octal | 255 | 37 | 357 | 34 | 127 | 0 | 6 | 431 | 127 | 65 |
| Binary | 10101101 | 11111 | 11101111 | 11100 | 1010111 | 0 | 110 | 100011001 | 1010111 | 110101 |
Color Harmonies of #AD1FEF
Complementary color
Monochromatic Colors of #AD1FEF
Black with #AD1FEF
Text Example
Text Example
White with #AD1FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FEF; }
p { color: rgb(173,31,239); }
H1.HeaderClassName
{
color: #AD1FEF;
}
.AnyTagClassName
{
color: #AD1FEF;
}
</style>
background-color css
<style>
a { background-color: #AD1FEF; }
a { background-color: rgb(173,31,239); }
div.DivClassName
{
background-color: #AD1FEF;
}
.BgClassName
{
background-color: #AD1FEF;
}
</style>
border-color css
<style>
span { border-color: #AD1FEF; }
span { border-color: rgb(173,31,239); }
td.TdClassName
{
border-color: #AD1FEF;
}
.TagClassName
{
border-color: #AD1FEF;
}
</style>