Shades of Electric Purple #AD14FF
Tints of Electric Purple #AD14FF
RGB
CMYK
RGB Variations
Color information
#AD14FF (or 0xAD14FF) is known color: Electric Purple. HEX triplet: AD, 14 and FF. RGB value is (173,20,255). Sum of RGB (Red+Green+Blue) = 173+20+255=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD14FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD14FF is #52EB00. Grayscale: #5B5B5B. Windows color (decimal): -5434113 or 16716973. OLE color: 16716973.
HSL color Cylindrical-coordinate representation of color #AD14FF: hue angle of 279.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD14FF is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 20 | 255 | - |
| CMYK | 0.32 | 0.92 | 0 | 0 |
| HSL | 279.06º | 1% | 0.54% | - |
| HSV(B) | 279.06º | 0.92% | 1% | - |
| XYZ | 35.53 | 16.6 | 95.94 | - |
| YUV | 92.54 | 219.69 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 255 | 0.32 | 0.92 | 0 | 0 | 279.06 | 1 | 0.54 |
| Hex | AD | 14 | FF | 20 | 5C | 0 | 0 | 117 | 64 | 36 |
| Octal | 255 | 24 | 377 | 40 | 134 | 0 | 0 | 427 | 144 | 66 |
| Binary | 10101101 | 10100 | 11111111 | 100000 | 1011100 | 0 | 0 | 100010111 | 1100100 | 110110 |
Color Harmonies of #AD14FF
Complementary color
Monochromatic Colors of #AD14FF
Black with #AD14FF
Text Example
Text Example
White with #AD14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14FF; }
p { color: rgb(173,20,255); }
H1.HeaderClassName
{
color: #AD14FF;
}
.AnyTagClassName
{
color: #AD14FF;
}
</style>
background-color css
<style>
a { background-color: #AD14FF; }
a { background-color: rgb(173,20,255); }
div.DivClassName
{
background-color: #AD14FF;
}
.BgClassName
{
background-color: #AD14FF;
}
</style>
border-color css
<style>
span { border-color: #AD14FF; }
span { border-color: rgb(173,20,255); }
td.TdClassName
{
border-color: #AD14FF;
}
.TagClassName
{
border-color: #AD14FF;
}
</style>