Shades of Electric Purple #AD1FEC
Tints of Electric Purple #AD1FEC
RGB
CMYK
RGB Variations
Color information
#AD1FEC (or 0xAD1FEC) is known color: Electric Purple. HEX triplet: AD, 1F and EC. RGB value is (173,31,236). Sum of RGB (Red+Green+Blue) = 173+31+236=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD1FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1FEC is #52E013. Grayscale: #606060. Windows color (decimal): -5431316 or 15474605. OLE color: 15474605.
HSL color Cylindrical-coordinate representation of color #AD1FEC: hue angle of 281.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1FEC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 31 | 236 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.07 |
| HSL | 281.56º | 0.84% | 0.52% | - |
| HSV(B) | 281.56º | 0.87% | 0.93% | - |
| XYZ | 32.86 | 15.92 | 80.7 | - |
| YUV | 96.83 | 206.54 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 236 | 0.27 | 0.87 | 0 | 0.07 | 281.56 | 0.84 | 0.52 |
| Hex | AD | 1F | EC | 1B | 57 | 0 | 7 | 11A | 54 | 34 |
| Octal | 255 | 37 | 354 | 33 | 127 | 0 | 7 | 432 | 124 | 64 |
| Binary | 10101101 | 11111 | 11101100 | 11011 | 1010111 | 0 | 111 | 100011010 | 1010100 | 110100 |
Color Harmonies of #AD1FEC
Complementary color
Monochromatic Colors of #AD1FEC
Black with #AD1FEC
Text Example
Text Example
White with #AD1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FEC; }
p { color: rgb(173,31,236); }
H1.HeaderClassName
{
color: #AD1FEC;
}
.AnyTagClassName
{
color: #AD1FEC;
}
</style>
background-color css
<style>
a { background-color: #AD1FEC; }
a { background-color: rgb(173,31,236); }
div.DivClassName
{
background-color: #AD1FEC;
}
.BgClassName
{
background-color: #AD1FEC;
}
</style>
border-color css
<style>
span { border-color: #AD1FEC; }
span { border-color: rgb(173,31,236); }
td.TdClassName
{
border-color: #AD1FEC;
}
.TagClassName
{
border-color: #AD1FEC;
}
</style>