Shades of Electric Purple #AD14E6
Tints of Electric Purple #AD14E6
RGB
CMYK
RGB Variations
Color information
#AD14E6 (or 0xAD14E6) is known color: Electric Purple. HEX triplet: AD, 14 and E6. RGB value is (173,20,230). Sum of RGB (Red+Green+Blue) = 173+20+230=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD14E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD14E6 is #52EB19. Grayscale: #595959. Windows color (decimal): -5434138 or 15078573. OLE color: 15078573.
HSL color Cylindrical-coordinate representation of color #AD14E6: hue angle of 283.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD14E6 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 20 | 230 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.10 |
| HSL | 283.71º | 0.84% | 0.49% | - |
| HSV(B) | 283.71º | 0.91% | 0.9% | - |
| XYZ | 31.77 | 15.1 | 76.1 | - |
| YUV | 89.69 | 207.19 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 230 | 0.25 | 0.91 | 0 | 0.10 | 283.71 | 0.84 | 0.49 |
| Hex | AD | 14 | E6 | 19 | 5B | 0 | A | 11C | 54 | 31 |
| Octal | 255 | 24 | 346 | 31 | 133 | 0 | 12 | 434 | 124 | 61 |
| Binary | 10101101 | 10100 | 11100110 | 11001 | 1011011 | 0 | 1010 | 100011100 | 1010100 | 110001 |
Color Harmonies of #AD14E6
Complementary color
Monochromatic Colors of #AD14E6
Black with #AD14E6
Text Example
Text Example
White with #AD14E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14E6; }
p { color: rgb(173,20,230); }
H1.HeaderClassName
{
color: #AD14E6;
}
.AnyTagClassName
{
color: #AD14E6;
}
</style>
background-color css
<style>
a { background-color: #AD14E6; }
a { background-color: rgb(173,20,230); }
div.DivClassName
{
background-color: #AD14E6;
}
.BgClassName
{
background-color: #AD14E6;
}
</style>
border-color css
<style>
span { border-color: #AD14E6; }
span { border-color: rgb(173,20,230); }
td.TdClassName
{
border-color: #AD14E6;
}
.TagClassName
{
border-color: #AD14E6;
}
</style>