Shades of Electric Purple #AD1EFC
Tints of Electric Purple #AD1EFC
RGB
CMYK
RGB Variations
Color information
#AD1EFC (or 0xAD1EFC) is known color: Electric Purple. HEX triplet: AD, 1E and FC. RGB value is (173,30,252). Sum of RGB (Red+Green+Blue) = 173+30+252=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD1EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1EFC is #52E103. Grayscale: #616161. Windows color (decimal): -5431556 or 16522925. OLE color: 16522925.
HSL color Cylindrical-coordinate representation of color #AD1EFC: hue angle of 278.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1EFC is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 30 | 252 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.01 |
| HSL | 278.65º | 0.97% | 0.55% | - |
| HSV(B) | 278.65º | 0.88% | 0.99% | - |
| XYZ | 35.27 | 16.84 | 93.49 | - |
| YUV | 98.07 | 214.88 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 252 | 0.31 | 0.88 | 0 | 0.01 | 278.65 | 0.97 | 0.55 |
| Hex | AD | 1E | FC | 1F | 58 | 0 | 1 | 117 | 61 | 37 |
| Octal | 255 | 36 | 374 | 37 | 130 | 0 | 1 | 427 | 141 | 67 |
| Binary | 10101101 | 11110 | 11111100 | 11111 | 1011000 | 0 | 1 | 100010111 | 1100001 | 110111 |
Color Harmonies of #AD1EFC
Complementary color
Monochromatic Colors of #AD1EFC
Black with #AD1EFC
Text Example
Text Example
White with #AD1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EFC; }
p { color: rgb(173,30,252); }
H1.HeaderClassName
{
color: #AD1EFC;
}
.AnyTagClassName
{
color: #AD1EFC;
}
</style>
background-color css
<style>
a { background-color: #AD1EFC; }
a { background-color: rgb(173,30,252); }
div.DivClassName
{
background-color: #AD1EFC;
}
.BgClassName
{
background-color: #AD1EFC;
}
</style>
border-color css
<style>
span { border-color: #AD1EFC; }
span { border-color: rgb(173,30,252); }
td.TdClassName
{
border-color: #AD1EFC;
}
.TagClassName
{
border-color: #AD1EFC;
}
</style>