Shades of Electric Purple #AD05FE
Tints of Electric Purple #AD05FE
RGB
CMYK
RGB Variations
Color information
#AD05FE (or 0xAD05FE) is known color: Electric Purple. HEX triplet: AD, 05 and FE. RGB value is (173,5,254). Sum of RGB (Red+Green+Blue) = 173+5+254=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD05FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05FE is #52FA01. Grayscale: #525252. Windows color (decimal): -5437954 or 16647597. OLE color: 16647597.
HSL color Cylindrical-coordinate representation of color #AD05FE: hue angle of 280.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05FE is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 5 | 254 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.00 |
| HSL | 280.48º | 0.99% | 0.51% | - |
| HSV(B) | 280.48º | 0.98% | 1% | - |
| XYZ | 35.18 | 16.15 | 95.03 | - |
| YUV | 83.62 | 224.16 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 254 | 0.32 | 0.98 | 0 | 0.00 | 280.48 | 0.99 | 0.51 |
| Hex | AD | 5 | FE | 20 | 62 | 0 | 0 | 118 | 63 | 33 |
| Octal | 255 | 5 | 376 | 40 | 142 | 0 | 0 | 430 | 143 | 63 |
| Binary | 10101101 | 101 | 11111110 | 100000 | 1100010 | 0 | 0 | 100011000 | 1100011 | 110011 |
Color Harmonies of #AD05FE
Complementary color
Monochromatic Colors of #AD05FE
Black with #AD05FE
Text Example
Text Example
White with #AD05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05FE; }
p { color: rgb(173,5,254); }
H1.HeaderClassName
{
color: #AD05FE;
}
.AnyTagClassName
{
color: #AD05FE;
}
</style>
background-color css
<style>
a { background-color: #AD05FE; }
a { background-color: rgb(173,5,254); }
div.DivClassName
{
background-color: #AD05FE;
}
.BgClassName
{
background-color: #AD05FE;
}
</style>
border-color css
<style>
span { border-color: #AD05FE; }
span { border-color: rgb(173,5,254); }
td.TdClassName
{
border-color: #AD05FE;
}
.TagClassName
{
border-color: #AD05FE;
}
</style>