Shades of Electric Purple #AD09FE
Tints of Electric Purple #AD09FE
RGB
CMYK
RGB Variations
Color information
#AD09FE (or 0xAD09FE) is known color: Electric Purple. HEX triplet: AD, 09 and FE. RGB value is (173,9,254). Sum of RGB (Red+Green+Blue) = 173+9+254=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD09FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD09FE is #52F601. Grayscale: #555555. Windows color (decimal): -5436930 or 16648621. OLE color: 16648621.
HSL color Cylindrical-coordinate representation of color #AD09FE: hue angle of 280.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09FE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 9 | 254 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.00 |
| HSL | 280.16º | 0.99% | 0.52% | - |
| HSV(B) | 280.16º | 0.96% | 1% | - |
| XYZ | 35.22 | 16.24 | 95.04 | - |
| YUV | 85.97 | 222.83 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 254 | 0.32 | 0.96 | 0 | 0.00 | 280.16 | 0.99 | 0.52 |
| Hex | AD | 9 | FE | 20 | 60 | 0 | 0 | 118 | 63 | 34 |
| Octal | 255 | 11 | 376 | 40 | 140 | 0 | 0 | 430 | 143 | 64 |
| Binary | 10101101 | 1001 | 11111110 | 100000 | 1100000 | 0 | 0 | 100011000 | 1100011 | 110100 |
Color Harmonies of #AD09FE
Complementary color
Monochromatic Colors of #AD09FE
Black with #AD09FE
Text Example
Text Example
White with #AD09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09FE; }
p { color: rgb(173,9,254); }
H1.HeaderClassName
{
color: #AD09FE;
}
.AnyTagClassName
{
color: #AD09FE;
}
</style>
background-color css
<style>
a { background-color: #AD09FE; }
a { background-color: rgb(173,9,254); }
div.DivClassName
{
background-color: #AD09FE;
}
.BgClassName
{
background-color: #AD09FE;
}
</style>
border-color css
<style>
span { border-color: #AD09FE; }
span { border-color: rgb(173,9,254); }
td.TdClassName
{
border-color: #AD09FE;
}
.TagClassName
{
border-color: #AD09FE;
}
</style>