Shades of Electric Purple #AD1EF6
Tints of Electric Purple #AD1EF6
RGB
CMYK
RGB Variations
Color information
#AD1EF6 (or 0xAD1EF6) is known color: Electric Purple. HEX triplet: AD, 1E and F6. RGB value is (173,30,246). Sum of RGB (Red+Green+Blue) = 173+30+246=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD1EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1EF6 is #52E109. Grayscale: #606060. Windows color (decimal): -5431562 or 16129709. OLE color: 16129709.
HSL color Cylindrical-coordinate representation of color #AD1EF6: hue angle of 279.72º degrees, saturation: 0.92, 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 #AD1EF6 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 30 | 246 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.04 |
| HSL | 279.72º | 0.92% | 0.54% | - |
| HSV(B) | 279.72º | 0.88% | 0.96% | - |
| XYZ | 34.33 | 16.47 | 88.56 | - |
| YUV | 97.38 | 211.88 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 246 | 0.30 | 0.88 | 0 | 0.04 | 279.72 | 0.92 | 0.54 |
| Hex | AD | 1E | F6 | 1E | 58 | 0 | 4 | 118 | 5C | 36 |
| Octal | 255 | 36 | 366 | 36 | 130 | 0 | 4 | 430 | 134 | 66 |
| Binary | 10101101 | 11110 | 11110110 | 11110 | 1011000 | 0 | 100 | 100011000 | 1011100 | 110110 |
Color Harmonies of #AD1EF6
Complementary color
Monochromatic Colors of #AD1EF6
Black with #AD1EF6
Text Example
Text Example
White with #AD1EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EF6; }
p { color: rgb(173,30,246); }
H1.HeaderClassName
{
color: #AD1EF6;
}
.AnyTagClassName
{
color: #AD1EF6;
}
</style>
background-color css
<style>
a { background-color: #AD1EF6; }
a { background-color: rgb(173,30,246); }
div.DivClassName
{
background-color: #AD1EF6;
}
.BgClassName
{
background-color: #AD1EF6;
}
</style>
border-color css
<style>
span { border-color: #AD1EF6; }
span { border-color: rgb(173,30,246); }
td.TdClassName
{
border-color: #AD1EF6;
}
.TagClassName
{
border-color: #AD1EF6;
}
</style>