Shades of Electric Purple #AD15FE
Tints of Electric Purple #AD15FE
RGB
CMYK
RGB Variations
Color information
#AD15FE (or 0xAD15FE) is known color: Electric Purple. HEX triplet: AD, 15 and FE. RGB value is (173,21,254). Sum of RGB (Red+Green+Blue) = 173+21+254=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD15FE is #52EA01. Grayscale: #5C5C5C. Windows color (decimal): -5433858 or 16651693. OLE color: 16651693.
HSL color Cylindrical-coordinate representation of color #AD15FE: hue angle of 279.14º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD15FE is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 21 | 254 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.00 |
| HSL | 279.14º | 0.99% | 0.54% | - |
| HSV(B) | 279.14º | 0.92% | 1% | - |
| XYZ | 35.39 | 16.58 | 95.1 | - |
| YUV | 93.01 | 218.86 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 254 | 0.32 | 0.92 | 0 | 0.00 | 279.14 | 0.99 | 0.54 |
| Hex | AD | 15 | FE | 20 | 5C | 0 | 0 | 117 | 63 | 36 |
| Octal | 255 | 25 | 376 | 40 | 134 | 0 | 0 | 427 | 143 | 66 |
| Binary | 10101101 | 10101 | 11111110 | 100000 | 1011100 | 0 | 0 | 100010111 | 1100011 | 110110 |
Color Harmonies of #AD15FE
Complementary color
Monochromatic Colors of #AD15FE
Black with #AD15FE
Text Example
Text Example
White with #AD15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15FE; }
p { color: rgb(173,21,254); }
H1.HeaderClassName
{
color: #AD15FE;
}
.AnyTagClassName
{
color: #AD15FE;
}
</style>
background-color css
<style>
a { background-color: #AD15FE; }
a { background-color: rgb(173,21,254); }
div.DivClassName
{
background-color: #AD15FE;
}
.BgClassName
{
background-color: #AD15FE;
}
</style>
border-color css
<style>
span { border-color: #AD15FE; }
span { border-color: rgb(173,21,254); }
td.TdClassName
{
border-color: #AD15FE;
}
.TagClassName
{
border-color: #AD15FE;
}
</style>