Shades of Electric Purple #AD0EFD
Tints of Electric Purple #AD0EFD
RGB
CMYK
RGB Variations
Color information
#AD0EFD (or 0xAD0EFD) is known color: Electric Purple. HEX triplet: AD, 0E and FD. RGB value is (173,14,253). Sum of RGB (Red+Green+Blue) = 173+14+253=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD0EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0EFD is #52F102. Grayscale: #575757. Windows color (decimal): -5435651 or 16584365. OLE color: 16584365.
HSL color Cylindrical-coordinate representation of color #AD0EFD: hue angle of 279.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0EFD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 14 | 253 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.01 |
| HSL | 279.92º | 0.98% | 0.52% | - |
| HSV(B) | 279.92º | 0.94% | 0.99% | - |
| XYZ | 35.12 | 16.29 | 94.22 | - |
| YUV | 88.79 | 220.68 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 253 | 0.32 | 0.94 | 0 | 0.01 | 279.92 | 0.98 | 0.52 |
| Hex | AD | E | FD | 20 | 5E | 0 | 1 | 118 | 62 | 34 |
| Octal | 255 | 16 | 375 | 40 | 136 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101101 | 1110 | 11111101 | 100000 | 1011110 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AD0EFD
Complementary color
Monochromatic Colors of #AD0EFD
Black with #AD0EFD
Text Example
Text Example
White with #AD0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EFD; }
p { color: rgb(173,14,253); }
H1.HeaderClassName
{
color: #AD0EFD;
}
.AnyTagClassName
{
color: #AD0EFD;
}
</style>
background-color css
<style>
a { background-color: #AD0EFD; }
a { background-color: rgb(173,14,253); }
div.DivClassName
{
background-color: #AD0EFD;
}
.BgClassName
{
background-color: #AD0EFD;
}
</style>
border-color css
<style>
span { border-color: #AD0EFD; }
span { border-color: rgb(173,14,253); }
td.TdClassName
{
border-color: #AD0EFD;
}
.TagClassName
{
border-color: #AD0EFD;
}
</style>