Shades of Electric Purple #AD28FF
Tints of Electric Purple #AD28FF
RGB
CMYK
RGB Variations
Color information
#AD28FF (or 0xAD28FF) is known color: Electric Purple. HEX triplet: AD, 28 and FF. RGB value is (173,40,255). Sum of RGB (Red+Green+Blue) = 173+40+255=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD28FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28FF is #52D700. Grayscale: #676767. Windows color (decimal): -5428993 or 16722093. OLE color: 16722093.
HSL color Cylindrical-coordinate representation of color #AD28FF: hue angle of 277.12º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD28FF is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 40 | 255 | - |
| CMYK | 0.32 | 0.84 | 0 | 0 |
| HSL | 277.12º | 1% | 0.58% | - |
| HSV(B) | 277.12º | 0.84% | 1% | - |
| XYZ | 36.04 | 17.62 | 96.11 | - |
| YUV | 104.28 | 213.06 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 255 | 0.32 | 0.84 | 0 | 0 | 277.12 | 1 | 0.58 |
| Hex | AD | 28 | FF | 20 | 54 | 0 | 0 | 115 | 64 | 3A |
| Octal | 255 | 50 | 377 | 40 | 124 | 0 | 0 | 425 | 144 | 72 |
| Binary | 10101101 | 101000 | 11111111 | 100000 | 1010100 | 0 | 0 | 100010101 | 1100100 | 111010 |
Color Harmonies of #AD28FF
Complementary color
Monochromatic Colors of #AD28FF
Black with #AD28FF
Text Example
Text Example
White with #AD28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28FF; }
p { color: rgb(173,40,255); }
H1.HeaderClassName
{
color: #AD28FF;
}
.AnyTagClassName
{
color: #AD28FF;
}
</style>
background-color css
<style>
a { background-color: #AD28FF; }
a { background-color: rgb(173,40,255); }
div.DivClassName
{
background-color: #AD28FF;
}
.BgClassName
{
background-color: #AD28FF;
}
</style>
border-color css
<style>
span { border-color: #AD28FF; }
span { border-color: rgb(173,40,255); }
td.TdClassName
{
border-color: #AD28FF;
}
.TagClassName
{
border-color: #AD28FF;
}
</style>