Shades of Electric Purple #AD0FFE
Tints of Electric Purple #AD0FFE
RGB
CMYK
RGB Variations
Color information
#AD0FFE (or 0xAD0FFE) is known color: Electric Purple. HEX triplet: AD, 0F and FE. RGB value is (173,15,254). Sum of RGB (Red+Green+Blue) = 173+15+254=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD0FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FFE is #52F001. Grayscale: #585858. Windows color (decimal): -5435394 or 16650157. OLE color: 16650157.
HSL color Cylindrical-coordinate representation of color #AD0FFE: hue angle of 279.67º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0FFE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 15 | 254 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.00 |
| HSL | 279.67º | 0.99% | 0.53% | - |
| HSV(B) | 279.67º | 0.94% | 1% | - |
| XYZ | 35.29 | 16.38 | 95.07 | - |
| YUV | 89.49 | 220.85 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 254 | 0.32 | 0.94 | 0 | 0.00 | 279.67 | 0.99 | 0.53 |
| Hex | AD | F | FE | 20 | 5E | 0 | 0 | 118 | 63 | 35 |
| Octal | 255 | 17 | 376 | 40 | 136 | 0 | 0 | 430 | 143 | 65 |
| Binary | 10101101 | 1111 | 11111110 | 100000 | 1011110 | 0 | 0 | 100011000 | 1100011 | 110101 |
Color Harmonies of #AD0FFE
Complementary color
Monochromatic Colors of #AD0FFE
Black with #AD0FFE
Text Example
Text Example
White with #AD0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FFE; }
p { color: rgb(173,15,254); }
H1.HeaderClassName
{
color: #AD0FFE;
}
.AnyTagClassName
{
color: #AD0FFE;
}
</style>
background-color css
<style>
a { background-color: #AD0FFE; }
a { background-color: rgb(173,15,254); }
div.DivClassName
{
background-color: #AD0FFE;
}
.BgClassName
{
background-color: #AD0FFE;
}
</style>
border-color css
<style>
span { border-color: #AD0FFE; }
span { border-color: rgb(173,15,254); }
td.TdClassName
{
border-color: #AD0FFE;
}
.TagClassName
{
border-color: #AD0FFE;
}
</style>