Shades of Electric Purple #AD06FE
Tints of Electric Purple #AD06FE
RGB
CMYK
RGB Variations
Color information
#AD06FE (or 0xAD06FE) is known color: Electric Purple. HEX triplet: AD, 06 and FE. RGB value is (173,6,254). Sum of RGB (Red+Green+Blue) = 173+6+254=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD06FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD06FE is #52F901. Grayscale: #535353. Windows color (decimal): -5437698 or 16647853. OLE color: 16647853.
HSL color Cylindrical-coordinate representation of color #AD06FE: hue angle of 280.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD06FE is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 6 | 254 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.00 |
| HSL | 280.4º | 0.99% | 0.51% | - |
| HSV(B) | 280.4º | 0.98% | 1% | - |
| XYZ | 35.19 | 16.17 | 95.03 | - |
| YUV | 84.21 | 223.83 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 254 | 0.32 | 0.98 | 0 | 0.00 | 280.4 | 0.99 | 0.51 |
| Hex | AD | 6 | FE | 20 | 62 | 0 | 0 | 118 | 63 | 33 |
| Octal | 255 | 6 | 376 | 40 | 142 | 0 | 0 | 430 | 143 | 63 |
| Binary | 10101101 | 110 | 11111110 | 100000 | 1100010 | 0 | 0 | 100011000 | 1100011 | 110011 |
Color Harmonies of #AD06FE
Complementary color
Monochromatic Colors of #AD06FE
Black with #AD06FE
Text Example
Text Example
White with #AD06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06FE; }
p { color: rgb(173,6,254); }
H1.HeaderClassName
{
color: #AD06FE;
}
.AnyTagClassName
{
color: #AD06FE;
}
</style>
background-color css
<style>
a { background-color: #AD06FE; }
a { background-color: rgb(173,6,254); }
div.DivClassName
{
background-color: #AD06FE;
}
.BgClassName
{
background-color: #AD06FE;
}
</style>
border-color css
<style>
span { border-color: #AD06FE; }
span { border-color: rgb(173,6,254); }
td.TdClassName
{
border-color: #AD06FE;
}
.TagClassName
{
border-color: #AD06FE;
}
</style>