Shades of Electric Purple #AD1CEF
Tints of Electric Purple #AD1CEF
RGB
CMYK
RGB Variations
Color information
#AD1CEF (or 0xAD1CEF) is known color: Electric Purple. HEX triplet: AD, 1C and EF. RGB value is (173,28,239). Sum of RGB (Red+Green+Blue) = 173+28+239=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD1CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CEF is #52E310. Grayscale: #5E5E5E. Windows color (decimal): -5432081 or 15670445. OLE color: 15670445.
HSL color Cylindrical-coordinate representation of color #AD1CEF: hue angle of 281.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1CEF is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 28 | 239 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.06 |
| HSL | 281.23º | 0.87% | 0.52% | - |
| HSV(B) | 281.23º | 0.88% | 0.94% | - |
| XYZ | 33.23 | 15.95 | 82.99 | - |
| YUV | 95.41 | 209.04 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 239 | 0.28 | 0.88 | 0 | 0.06 | 281.23 | 0.87 | 0.52 |
| Hex | AD | 1C | EF | 1C | 58 | 0 | 6 | 119 | 57 | 34 |
| Octal | 255 | 34 | 357 | 34 | 130 | 0 | 6 | 431 | 127 | 64 |
| Binary | 10101101 | 11100 | 11101111 | 11100 | 1011000 | 0 | 110 | 100011001 | 1010111 | 110100 |
Color Harmonies of #AD1CEF
Complementary color
Monochromatic Colors of #AD1CEF
Black with #AD1CEF
Text Example
Text Example
White with #AD1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CEF; }
p { color: rgb(173,28,239); }
H1.HeaderClassName
{
color: #AD1CEF;
}
.AnyTagClassName
{
color: #AD1CEF;
}
</style>
background-color css
<style>
a { background-color: #AD1CEF; }
a { background-color: rgb(173,28,239); }
div.DivClassName
{
background-color: #AD1CEF;
}
.BgClassName
{
background-color: #AD1CEF;
}
</style>
border-color css
<style>
span { border-color: #AD1CEF; }
span { border-color: rgb(173,28,239); }
td.TdClassName
{
border-color: #AD1CEF;
}
.TagClassName
{
border-color: #AD1CEF;
}
</style>