Shades of Electric Purple #AD01FE
Tints of Electric Purple #AD01FE
RGB
CMYK
RGB Variations
Color information
#AD01FE (or 0xAD01FE) is known color: Electric Purple. HEX triplet: AD, 01 and FE. RGB value is (173,1,254). Sum of RGB (Red+Green+Blue) = 173+1+254=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD01FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD01FE is #52FE01. Grayscale: #505050. Windows color (decimal): -5438978 or 16646573. OLE color: 16646573.
HSL color Cylindrical-coordinate representation of color #AD01FE: hue angle of 280.79º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01FE is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 1 | 254 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.00 |
| HSL | 280.79º | 0.99% | 0.5% | - |
| HSV(B) | 280.79º | 1% | 1% | - |
| XYZ | 35.13 | 16.06 | 95.01 | - |
| YUV | 81.27 | 225.48 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 254 | 0.32 | 1.00 | 0 | 0.00 | 280.79 | 0.99 | 0.5 |
| Hex | AD | 1 | FE | 20 | 64 | 0 | 0 | 119 | 63 | 32 |
| Octal | 255 | 1 | 376 | 40 | 144 | 0 | 0 | 431 | 143 | 62 |
| Binary | 10101101 | 1 | 11111110 | 100000 | 1100100 | 0 | 0 | 100011001 | 1100011 | 110010 |
Color Harmonies of #AD01FE
Complementary color
Monochromatic Colors of #AD01FE
Black with #AD01FE
Text Example
Text Example
White with #AD01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01FE; }
p { color: rgb(173,1,254); }
H1.HeaderClassName
{
color: #AD01FE;
}
.AnyTagClassName
{
color: #AD01FE;
}
</style>
background-color css
<style>
a { background-color: #AD01FE; }
a { background-color: rgb(173,1,254); }
div.DivClassName
{
background-color: #AD01FE;
}
.BgClassName
{
background-color: #AD01FE;
}
</style>
border-color css
<style>
span { border-color: #AD01FE; }
span { border-color: rgb(173,1,254); }
td.TdClassName
{
border-color: #AD01FE;
}
.TagClassName
{
border-color: #AD01FE;
}
</style>