Shades of Electric Purple #AD02FE
Tints of Electric Purple #AD02FE
RGB
CMYK
RGB Variations
Color information
#AD02FE (or 0xAD02FE) is known color: Electric Purple. HEX triplet: AD, 02 and FE. RGB value is (173,2,254). Sum of RGB (Red+Green+Blue) = 173+2+254=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD02FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02FE is #52FD01. Grayscale: #515151. Windows color (decimal): -5438722 or 16646829. OLE color: 16646829.
HSL color Cylindrical-coordinate representation of color #AD02FE: hue angle of 280.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02FE is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 2 | 254 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.00 |
| HSL | 280.71º | 0.99% | 0.5% | - |
| HSV(B) | 280.71º | 0.99% | 1% | - |
| XYZ | 35.14 | 16.08 | 95.02 | - |
| YUV | 81.86 | 225.15 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 254 | 0.32 | 0.99 | 0 | 0.00 | 280.71 | 0.99 | 0.5 |
| Hex | AD | 2 | FE | 20 | 63 | 0 | 0 | 119 | 63 | 32 |
| Octal | 255 | 2 | 376 | 40 | 143 | 0 | 0 | 431 | 143 | 62 |
| Binary | 10101101 | 10 | 11111110 | 100000 | 1100011 | 0 | 0 | 100011001 | 1100011 | 110010 |
Color Harmonies of #AD02FE
Complementary color
Monochromatic Colors of #AD02FE
Black with #AD02FE
Text Example
Text Example
White with #AD02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02FE; }
p { color: rgb(173,2,254); }
H1.HeaderClassName
{
color: #AD02FE;
}
.AnyTagClassName
{
color: #AD02FE;
}
</style>
background-color css
<style>
a { background-color: #AD02FE; }
a { background-color: rgb(173,2,254); }
div.DivClassName
{
background-color: #AD02FE;
}
.BgClassName
{
background-color: #AD02FE;
}
</style>
border-color css
<style>
span { border-color: #AD02FE; }
span { border-color: rgb(173,2,254); }
td.TdClassName
{
border-color: #AD02FE;
}
.TagClassName
{
border-color: #AD02FE;
}
</style>