Shades of Electric Purple #AD26FE
Tints of Electric Purple #AD26FE
RGB
CMYK
RGB Variations
Color information
#AD26FE (or 0xAD26FE) is known color: Electric Purple. HEX triplet: AD, 26 and FE. RGB value is (173,38,254). Sum of RGB (Red+Green+Blue) = 173+38+254=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD26FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26FE is #52D901. Grayscale: #666666. Windows color (decimal): -5429506 or 16656045. OLE color: 16656045.
HSL color Cylindrical-coordinate representation of color #AD26FE: hue angle of 277.5º 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 #AD26FE is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 38 | 254 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.00 |
| HSL | 277.5º | 0.99% | 0.57% | - |
| HSV(B) | 277.5º | 0.85% | 1% | - |
| XYZ | 35.82 | 17.43 | 95.24 | - |
| YUV | 102.99 | 213.23 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 254 | 0.32 | 0.85 | 0 | 0.00 | 277.5 | 0.99 | 0.57 |
| Hex | AD | 26 | FE | 20 | 55 | 0 | 0 | 116 | 63 | 39 |
| Octal | 255 | 46 | 376 | 40 | 125 | 0 | 0 | 426 | 143 | 71 |
| Binary | 10101101 | 100110 | 11111110 | 100000 | 1010101 | 0 | 0 | 100010110 | 1100011 | 111001 |
Color Harmonies of #AD26FE
Complementary color
Monochromatic Colors of #AD26FE
Black with #AD26FE
Text Example
Text Example
White with #AD26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26FE; }
p { color: rgb(173,38,254); }
H1.HeaderClassName
{
color: #AD26FE;
}
.AnyTagClassName
{
color: #AD26FE;
}
</style>
background-color css
<style>
a { background-color: #AD26FE; }
a { background-color: rgb(173,38,254); }
div.DivClassName
{
background-color: #AD26FE;
}
.BgClassName
{
background-color: #AD26FE;
}
</style>
border-color css
<style>
span { border-color: #AD26FE; }
span { border-color: rgb(173,38,254); }
td.TdClassName
{
border-color: #AD26FE;
}
.TagClassName
{
border-color: #AD26FE;
}
</style>