Shades of Electric Purple #AD10FE
Tints of Electric Purple #AD10FE
RGB
CMYK
RGB Variations
Color information
#AD10FE (or 0xAD10FE) is known color: Electric Purple. HEX triplet: AD, 10 and FE. RGB value is (173,16,254). Sum of RGB (Red+Green+Blue) = 173+16+254=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD10FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD10FE is #52EF01. Grayscale: #595959. Windows color (decimal): -5435138 or 16650413. OLE color: 16650413.
HSL color Cylindrical-coordinate representation of color #AD10FE: hue angle of 279.58º 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 #AD10FE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 16 | 254 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.00 |
| HSL | 279.58º | 0.99% | 0.53% | - |
| HSV(B) | 279.58º | 0.94% | 1% | - |
| XYZ | 35.31 | 16.41 | 95.07 | - |
| YUV | 90.08 | 220.51 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 254 | 0.32 | 0.94 | 0 | 0.00 | 279.58 | 0.99 | 0.53 |
| Hex | AD | 10 | FE | 20 | 5E | 0 | 0 | 118 | 63 | 35 |
| Octal | 255 | 20 | 376 | 40 | 136 | 0 | 0 | 430 | 143 | 65 |
| Binary | 10101101 | 10000 | 11111110 | 100000 | 1011110 | 0 | 0 | 100011000 | 1100011 | 110101 |
Color Harmonies of #AD10FE
Complementary color
Monochromatic Colors of #AD10FE
Black with #AD10FE
Text Example
Text Example
White with #AD10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10FE; }
p { color: rgb(173,16,254); }
H1.HeaderClassName
{
color: #AD10FE;
}
.AnyTagClassName
{
color: #AD10FE;
}
</style>
background-color css
<style>
a { background-color: #AD10FE; }
a { background-color: rgb(173,16,254); }
div.DivClassName
{
background-color: #AD10FE;
}
.BgClassName
{
background-color: #AD10FE;
}
</style>
border-color css
<style>
span { border-color: #AD10FE; }
span { border-color: rgb(173,16,254); }
td.TdClassName
{
border-color: #AD10FE;
}
.TagClassName
{
border-color: #AD10FE;
}
</style>