Shades of Electric Purple #AD12FE
Tints of Electric Purple #AD12FE
RGB
CMYK
RGB Variations
Color information
#AD12FE (or 0xAD12FE) is known color: Electric Purple. HEX triplet: AD, 12 and FE. RGB value is (173,18,254). Sum of RGB (Red+Green+Blue) = 173+18+254=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD12FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD12FE is #52ED01. Grayscale: #5A5A5A. Windows color (decimal): -5434626 or 16650925. OLE color: 16650925.
HSL color Cylindrical-coordinate representation of color #AD12FE: hue angle of 279.41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD12FE is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 18 | 254 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.00 |
| HSL | 279.41º | 0.99% | 0.53% | - |
| HSV(B) | 279.41º | 0.93% | 1% | - |
| XYZ | 35.34 | 16.47 | 95.08 | - |
| YUV | 91.25 | 219.85 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 254 | 0.32 | 0.93 | 0 | 0.00 | 279.41 | 0.99 | 0.53 |
| Hex | AD | 12 | FE | 20 | 5D | 0 | 0 | 117 | 63 | 35 |
| Octal | 255 | 22 | 376 | 40 | 135 | 0 | 0 | 427 | 143 | 65 |
| Binary | 10101101 | 10010 | 11111110 | 100000 | 1011101 | 0 | 0 | 100010111 | 1100011 | 110101 |
Color Harmonies of #AD12FE
Complementary color
Monochromatic Colors of #AD12FE
Black with #AD12FE
Text Example
Text Example
White with #AD12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12FE; }
p { color: rgb(173,18,254); }
H1.HeaderClassName
{
color: #AD12FE;
}
.AnyTagClassName
{
color: #AD12FE;
}
</style>
background-color css
<style>
a { background-color: #AD12FE; }
a { background-color: rgb(173,18,254); }
div.DivClassName
{
background-color: #AD12FE;
}
.BgClassName
{
background-color: #AD12FE;
}
</style>
border-color css
<style>
span { border-color: #AD12FE; }
span { border-color: rgb(173,18,254); }
td.TdClassName
{
border-color: #AD12FE;
}
.TagClassName
{
border-color: #AD12FE;
}
</style>