Shades of Electric Purple #AD14F0
Tints of Electric Purple #AD14F0
RGB
CMYK
RGB Variations
Color information
#AD14F0 (or 0xAD14F0) is known color: Electric Purple. HEX triplet: AD, 14 and F0. RGB value is (173,20,240). Sum of RGB (Red+Green+Blue) = 173+20+240=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD14F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD14F0 is #52EB0F. Grayscale: #5A5A5A. Windows color (decimal): -5434128 or 15733933. OLE color: 15733933.
HSL color Cylindrical-coordinate representation of color #AD14F0: hue angle of 281.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD14F0 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 20 | 240 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.06 |
| HSL | 281.73º | 0.88% | 0.51% | - |
| HSV(B) | 281.73º | 0.92% | 0.94% | - |
| XYZ | 33.21 | 15.68 | 83.71 | - |
| YUV | 90.83 | 212.19 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 240 | 0.28 | 0.92 | 0 | 0.06 | 281.73 | 0.88 | 0.51 |
| Hex | AD | 14 | F0 | 1C | 5C | 0 | 6 | 11A | 58 | 33 |
| Octal | 255 | 24 | 360 | 34 | 134 | 0 | 6 | 432 | 130 | 63 |
| Binary | 10101101 | 10100 | 11110000 | 11100 | 1011100 | 0 | 110 | 100011010 | 1011000 | 110011 |
Color Harmonies of #AD14F0
Complementary color
Monochromatic Colors of #AD14F0
Black with #AD14F0
Text Example
Text Example
White with #AD14F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14F0; }
p { color: rgb(173,20,240); }
H1.HeaderClassName
{
color: #AD14F0;
}
.AnyTagClassName
{
color: #AD14F0;
}
</style>
background-color css
<style>
a { background-color: #AD14F0; }
a { background-color: rgb(173,20,240); }
div.DivClassName
{
background-color: #AD14F0;
}
.BgClassName
{
background-color: #AD14F0;
}
</style>
border-color css
<style>
span { border-color: #AD14F0; }
span { border-color: rgb(173,20,240); }
td.TdClassName
{
border-color: #AD14F0;
}
.TagClassName
{
border-color: #AD14F0;
}
</style>