Shades of Electric Purple #AD1FFE
Tints of Electric Purple #AD1FFE
RGB
CMYK
RGB Variations
Color information
#AD1FFE (or 0xAD1FFE) is known color: Electric Purple. HEX triplet: AD, 1F and FE. RGB value is (173,31,254). Sum of RGB (Red+Green+Blue) = 173+31+254=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD1FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1FFE is #52E001. Grayscale: #626262. Windows color (decimal): -5431298 or 16654253. OLE color: 16654253.
HSL color Cylindrical-coordinate representation of color #AD1FFE: hue angle of 278.21º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1FFE is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 31 | 254 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.00 |
| HSL | 278.21º | 0.99% | 0.56% | - |
| HSV(B) | 278.21º | 0.88% | 1% | - |
| XYZ | 35.61 | 17.02 | 95.17 | - |
| YUV | 98.88 | 215.54 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 254 | 0.32 | 0.88 | 0 | 0.00 | 278.21 | 0.99 | 0.56 |
| Hex | AD | 1F | FE | 20 | 58 | 0 | 0 | 116 | 63 | 38 |
| Octal | 255 | 37 | 376 | 40 | 130 | 0 | 0 | 426 | 143 | 70 |
| Binary | 10101101 | 11111 | 11111110 | 100000 | 1011000 | 0 | 0 | 100010110 | 1100011 | 111000 |
Color Harmonies of #AD1FFE
Complementary color
Monochromatic Colors of #AD1FFE
Black with #AD1FFE
Text Example
Text Example
White with #AD1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FFE; }
p { color: rgb(173,31,254); }
H1.HeaderClassName
{
color: #AD1FFE;
}
.AnyTagClassName
{
color: #AD1FFE;
}
</style>
background-color css
<style>
a { background-color: #AD1FFE; }
a { background-color: rgb(173,31,254); }
div.DivClassName
{
background-color: #AD1FFE;
}
.BgClassName
{
background-color: #AD1FFE;
}
</style>
border-color css
<style>
span { border-color: #AD1FFE; }
span { border-color: rgb(173,31,254); }
td.TdClassName
{
border-color: #AD1FFE;
}
.TagClassName
{
border-color: #AD1FFE;
}
</style>