Shades of Electric Purple #AD25FE
Tints of Electric Purple #AD25FE
RGB
CMYK
RGB Variations
Color information
#AD25FE (or 0xAD25FE) is known color: Electric Purple. HEX triplet: AD, 25 and FE. RGB value is (173,37,254). Sum of RGB (Red+Green+Blue) = 173+37+254=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD25FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25FE is #52DA01. Grayscale: #656565. Windows color (decimal): -5429762 or 16655789. OLE color: 16655789.
HSL color Cylindrical-coordinate representation of color #AD25FE: hue angle of 277.6º 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 #AD25FE is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 37 | 254 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.00 |
| HSL | 277.6º | 0.99% | 0.57% | - |
| HSV(B) | 277.6º | 0.85% | 1% | - |
| XYZ | 35.78 | 17.36 | 95.23 | - |
| YUV | 102.4 | 213.56 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 254 | 0.32 | 0.85 | 0 | 0.00 | 277.6 | 0.99 | 0.57 |
| Hex | AD | 25 | FE | 20 | 55 | 0 | 0 | 116 | 63 | 39 |
| Octal | 255 | 45 | 376 | 40 | 125 | 0 | 0 | 426 | 143 | 71 |
| Binary | 10101101 | 100101 | 11111110 | 100000 | 1010101 | 0 | 0 | 100010110 | 1100011 | 111001 |
Color Harmonies of #AD25FE
Complementary color
Monochromatic Colors of #AD25FE
Black with #AD25FE
Text Example
Text Example
White with #AD25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25FE; }
p { color: rgb(173,37,254); }
H1.HeaderClassName
{
color: #AD25FE;
}
.AnyTagClassName
{
color: #AD25FE;
}
</style>
background-color css
<style>
a { background-color: #AD25FE; }
a { background-color: rgb(173,37,254); }
div.DivClassName
{
background-color: #AD25FE;
}
.BgClassName
{
background-color: #AD25FE;
}
</style>
border-color css
<style>
span { border-color: #AD25FE; }
span { border-color: rgb(173,37,254); }
td.TdClassName
{
border-color: #AD25FE;
}
.TagClassName
{
border-color: #AD25FE;
}
</style>