Shades of Electric Purple #AD05E8
Tints of Electric Purple #AD05E8
RGB
CMYK
RGB Variations
Color information
#AD05E8 (or 0xAD05E8) is known color: Electric Purple. HEX triplet: AD, 05 and E8. RGB value is (173,5,232). Sum of RGB (Red+Green+Blue) = 173+5+232=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 232 (91.02% from 255 or 56.59% from 410); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD05E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05E8 is #52FA17. Grayscale: #505050. Windows color (decimal): -5437976 or 15205805. OLE color: 15205805.
HSL color Cylindrical-coordinate representation of color #AD05E8: hue angle of 284.41º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05E8 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 5 | 232 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.09 |
| HSL | 284.41º | 0.96% | 0.46% | - |
| HSV(B) | 284.41º | 0.98% | 0.91% | - |
| XYZ | 31.85 | 14.82 | 77.53 | - |
| YUV | 81.11 | 213.16 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 232 | 0.25 | 0.98 | 0 | 0.09 | 284.41 | 0.96 | 0.46 |
| Hex | AD | 5 | E8 | 19 | 62 | 0 | 9 | 11C | 60 | 2E |
| Octal | 255 | 5 | 350 | 31 | 142 | 0 | 11 | 434 | 140 | 56 |
| Binary | 10101101 | 101 | 11101000 | 11001 | 1100010 | 0 | 1001 | 100011100 | 1100000 | 101110 |
Color Harmonies of #AD05E8
Complementary color
Monochromatic Colors of #AD05E8
Black with #AD05E8
Text Example
Text Example
White with #AD05E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05E8; }
p { color: rgb(173,5,232); }
H1.HeaderClassName
{
color: #AD05E8;
}
.AnyTagClassName
{
color: #AD05E8;
}
</style>
background-color css
<style>
a { background-color: #AD05E8; }
a { background-color: rgb(173,5,232); }
div.DivClassName
{
background-color: #AD05E8;
}
.BgClassName
{
background-color: #AD05E8;
}
</style>
border-color css
<style>
span { border-color: #AD05E8; }
span { border-color: rgb(173,5,232); }
td.TdClassName
{
border-color: #AD05E8;
}
.TagClassName
{
border-color: #AD05E8;
}
</style>