Shades of Electric Purple #AD14FA
Tints of Electric Purple #AD14FA
RGB
CMYK
RGB Variations
Color information
#AD14FA (or 0xAD14FA) is known color: Electric Purple. HEX triplet: AD, 14 and FA. RGB value is (173,20,250). Sum of RGB (Red+Green+Blue) = 173+20+250=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD14FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD14FA is #52EB05. Grayscale: #5B5B5B. Windows color (decimal): -5434118 or 16389293. OLE color: 16389293.
HSL color Cylindrical-coordinate representation of color #AD14FA: hue angle of 279.91º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD14FA is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 20 | 250 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.02 |
| HSL | 279.91º | 0.96% | 0.53% | - |
| HSV(B) | 279.91º | 0.92% | 0.98% | - |
| XYZ | 34.74 | 16.29 | 91.76 | - |
| YUV | 91.97 | 217.19 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 250 | 0.31 | 0.92 | 0 | 0.02 | 279.91 | 0.96 | 0.53 |
| Hex | AD | 14 | FA | 1F | 5C | 0 | 2 | 118 | 60 | 35 |
| Octal | 255 | 24 | 372 | 37 | 134 | 0 | 2 | 430 | 140 | 65 |
| Binary | 10101101 | 10100 | 11111010 | 11111 | 1011100 | 0 | 10 | 100011000 | 1100000 | 110101 |
Color Harmonies of #AD14FA
Complementary color
Monochromatic Colors of #AD14FA
Black with #AD14FA
Text Example
Text Example
White with #AD14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14FA; }
p { color: rgb(173,20,250); }
H1.HeaderClassName
{
color: #AD14FA;
}
.AnyTagClassName
{
color: #AD14FA;
}
</style>
background-color css
<style>
a { background-color: #AD14FA; }
a { background-color: rgb(173,20,250); }
div.DivClassName
{
background-color: #AD14FA;
}
.BgClassName
{
background-color: #AD14FA;
}
</style>
border-color css
<style>
span { border-color: #AD14FA; }
span { border-color: rgb(173,20,250); }
td.TdClassName
{
border-color: #AD14FA;
}
.TagClassName
{
border-color: #AD14FA;
}
</style>