Shades of Electric Purple #AD00FE
Tints of Electric Purple #AD00FE
RGB
CMYK
RGB Variations
Color information
#AD00FE (or 0xAD00FE) is known color: Electric Purple. HEX triplet: AD, 00 and FE. RGB value is (173,0,254). Sum of RGB (Red+Green+Blue) = 173+0+254=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD00FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00FE is #52FF01. Grayscale: #4F4F4F. Windows color (decimal): -5439234 or 16646317. OLE color: 16646317.
HSL color Cylindrical-coordinate representation of color #AD00FE: hue angle of 280.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00FE is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 0 | 254 | - |
| CMYK | 0.32 | 1 | 0 | 0.00 |
| HSL | 280.87º | 1% | 0.5% | - |
| HSV(B) | 280.87º | 1% | 1% | - |
| XYZ | 35.12 | 16.04 | 95.01 | - |
| YUV | 80.68 | 225.81 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 254 | 0.32 | 1 | 0 | 0.00 | 280.87 | 1 | 0.5 |
| Hex | AD | 0 | FE | 20 | 64 | 0 | 0 | 119 | 64 | 32 |
| Octal | 255 | 0 | 376 | 40 | 144 | 0 | 0 | 431 | 144 | 62 |
| Binary | 10101101 | 0 | 11111110 | 100000 | 1100100 | 0 | 0 | 100011001 | 1100100 | 110010 |
Color Harmonies of #AD00FE
Complementary color
Monochromatic Colors of #AD00FE
Black with #AD00FE
Text Example
Text Example
White with #AD00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00FE; }
p { color: rgb(173,0,254); }
H1.HeaderClassName
{
color: #AD00FE;
}
.AnyTagClassName
{
color: #AD00FE;
}
</style>
background-color css
<style>
a { background-color: #AD00FE; }
a { background-color: rgb(173,0,254); }
div.DivClassName
{
background-color: #AD00FE;
}
.BgClassName
{
background-color: #AD00FE;
}
</style>
border-color css
<style>
span { border-color: #AD00FE; }
span { border-color: rgb(173,0,254); }
td.TdClassName
{
border-color: #AD00FE;
}
.TagClassName
{
border-color: #AD00FE;
}
</style>