Shades of Electric Purple #AD27FE
Tints of Electric Purple #AD27FE
RGB
CMYK
RGB Variations
Color information
#AD27FE (or 0xAD27FE) is known color: Electric Purple. HEX triplet: AD, 27 and FE. RGB value is (173,39,254). Sum of RGB (Red+Green+Blue) = 173+39+254=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD27FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD27FE is #52D801. Grayscale: #666666. Windows color (decimal): -5429250 or 16656301. OLE color: 16656301.
HSL color Cylindrical-coordinate representation of color #AD27FE: hue angle of 277.4º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD27FE is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 39 | 254 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.00 |
| HSL | 277.4º | 0.99% | 0.57% | - |
| HSV(B) | 277.4º | 0.85% | 1% | - |
| XYZ | 35.85 | 17.49 | 95.25 | - |
| YUV | 103.58 | 212.89 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 254 | 0.32 | 0.85 | 0 | 0.00 | 277.4 | 0.99 | 0.57 |
| Hex | AD | 27 | FE | 20 | 55 | 0 | 0 | 115 | 63 | 39 |
| Octal | 255 | 47 | 376 | 40 | 125 | 0 | 0 | 425 | 143 | 71 |
| Binary | 10101101 | 100111 | 11111110 | 100000 | 1010101 | 0 | 0 | 100010101 | 1100011 | 111001 |
Color Harmonies of #AD27FE
Complementary color
Monochromatic Colors of #AD27FE
Black with #AD27FE
Text Example
Text Example
White with #AD27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27FE; }
p { color: rgb(173,39,254); }
H1.HeaderClassName
{
color: #AD27FE;
}
.AnyTagClassName
{
color: #AD27FE;
}
</style>
background-color css
<style>
a { background-color: #AD27FE; }
a { background-color: rgb(173,39,254); }
div.DivClassName
{
background-color: #AD27FE;
}
.BgClassName
{
background-color: #AD27FE;
}
</style>
border-color css
<style>
span { border-color: #AD27FE; }
span { border-color: rgb(173,39,254); }
td.TdClassName
{
border-color: #AD27FE;
}
.TagClassName
{
border-color: #AD27FE;
}
</style>