Shades of Electric Purple #AD14F7
Tints of Electric Purple #AD14F7
RGB
CMYK
RGB Variations
Color information
#AD14F7 (or 0xAD14F7) is known color: Electric Purple. HEX triplet: AD, 14 and F7. RGB value is (173,20,247). Sum of RGB (Red+Green+Blue) = 173+20+247=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD14F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD14F7 is #52EB08. Grayscale: #5A5A5A. Windows color (decimal): -5434121 or 16192685. OLE color: 16192685.
HSL color Cylindrical-coordinate representation of color #AD14F7: hue angle of 280.44º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD14F7 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 20 | 247 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.03 |
| HSL | 280.44º | 0.93% | 0.52% | - |
| HSV(B) | 280.44º | 0.92% | 0.97% | - |
| XYZ | 34.27 | 16.1 | 89.3 | - |
| YUV | 91.63 | 215.69 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 247 | 0.30 | 0.92 | 0 | 0.03 | 280.44 | 0.93 | 0.52 |
| Hex | AD | 14 | F7 | 1E | 5C | 0 | 3 | 118 | 5D | 34 |
| Octal | 255 | 24 | 367 | 36 | 134 | 0 | 3 | 430 | 135 | 64 |
| Binary | 10101101 | 10100 | 11110111 | 11110 | 1011100 | 0 | 11 | 100011000 | 1011101 | 110100 |
Color Harmonies of #AD14F7
Complementary color
Monochromatic Colors of #AD14F7
Black with #AD14F7
Text Example
Text Example
White with #AD14F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14F7; }
p { color: rgb(173,20,247); }
H1.HeaderClassName
{
color: #AD14F7;
}
.AnyTagClassName
{
color: #AD14F7;
}
</style>
background-color css
<style>
a { background-color: #AD14F7; }
a { background-color: rgb(173,20,247); }
div.DivClassName
{
background-color: #AD14F7;
}
.BgClassName
{
background-color: #AD14F7;
}
</style>
border-color css
<style>
span { border-color: #AD14F7; }
span { border-color: rgb(173,20,247); }
td.TdClassName
{
border-color: #AD14F7;
}
.TagClassName
{
border-color: #AD14F7;
}
</style>