Shades of Electric Purple #AD1FED
Tints of Electric Purple #AD1FED
RGB
CMYK
RGB Variations
Color information
#AD1FED (or 0xAD1FED) is known color: Electric Purple. HEX triplet: AD, 1F and ED. RGB value is (173,31,237). Sum of RGB (Red+Green+Blue) = 173+31+237=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD1FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1FED is #52E012. Grayscale: #606060. Windows color (decimal): -5431315 or 15540141. OLE color: 15540141.
HSL color Cylindrical-coordinate representation of color #AD1FED: hue angle of 281.36º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1FED is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 31 | 237 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.07 |
| HSL | 281.36º | 0.85% | 0.53% | - |
| HSV(B) | 281.36º | 0.87% | 0.93% | - |
| XYZ | 33.01 | 15.98 | 81.47 | - |
| YUV | 96.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 237 | 0.27 | 0.87 | 0 | 0.07 | 281.36 | 0.85 | 0.53 |
| Hex | AD | 1F | ED | 1B | 57 | 0 | 7 | 119 | 55 | 35 |
| Octal | 255 | 37 | 355 | 33 | 127 | 0 | 7 | 431 | 125 | 65 |
| Binary | 10101101 | 11111 | 11101101 | 11011 | 1010111 | 0 | 111 | 100011001 | 1010101 | 110101 |
Color Harmonies of #AD1FED
Complementary color
Monochromatic Colors of #AD1FED
Black with #AD1FED
Text Example
Text Example
White with #AD1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FED; }
p { color: rgb(173,31,237); }
H1.HeaderClassName
{
color: #AD1FED;
}
.AnyTagClassName
{
color: #AD1FED;
}
</style>
background-color css
<style>
a { background-color: #AD1FED; }
a { background-color: rgb(173,31,237); }
div.DivClassName
{
background-color: #AD1FED;
}
.BgClassName
{
background-color: #AD1FED;
}
</style>
border-color css
<style>
span { border-color: #AD1FED; }
span { border-color: rgb(173,31,237); }
td.TdClassName
{
border-color: #AD1FED;
}
.TagClassName
{
border-color: #AD1FED;
}
</style>