Shades of Electric Purple #AD05F8
Tints of Electric Purple #AD05F8
RGB
CMYK
RGB Variations
Color information
#AD05F8 (or 0xAD05F8) is known color: Electric Purple. HEX triplet: AD, 05 and F8. RGB value is (173,5,248). Sum of RGB (Red+Green+Blue) = 173+5+248=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 248 (97.27% from 255 or 58.22% from 426); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD05F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05F8 is #52FA07. Grayscale: #525252. Windows color (decimal): -5437960 or 16254381. OLE color: 16254381.
HSL color Cylindrical-coordinate representation of color #AD05F8: hue angle of 281.48º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05F8 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 5 | 248 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.03 |
| HSL | 281.48º | 0.96% | 0.5% | - |
| HSV(B) | 281.48º | 0.98% | 0.97% | - |
| XYZ | 34.23 | 15.77 | 90.05 | - |
| YUV | 82.93 | 221.16 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 248 | 0.30 | 0.98 | 0 | 0.03 | 281.48 | 0.96 | 0.5 |
| Hex | AD | 5 | F8 | 1E | 62 | 0 | 3 | 119 | 60 | 32 |
| Octal | 255 | 5 | 370 | 36 | 142 | 0 | 3 | 431 | 140 | 62 |
| Binary | 10101101 | 101 | 11111000 | 11110 | 1100010 | 0 | 11 | 100011001 | 1100000 | 110010 |
Color Harmonies of #AD05F8
Complementary color
Monochromatic Colors of #AD05F8
Black with #AD05F8
Text Example
Text Example
White with #AD05F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05F8; }
p { color: rgb(173,5,248); }
H1.HeaderClassName
{
color: #AD05F8;
}
.AnyTagClassName
{
color: #AD05F8;
}
</style>
background-color css
<style>
a { background-color: #AD05F8; }
a { background-color: rgb(173,5,248); }
div.DivClassName
{
background-color: #AD05F8;
}
.BgClassName
{
background-color: #AD05F8;
}
</style>
border-color css
<style>
span { border-color: #AD05F8; }
span { border-color: rgb(173,5,248); }
td.TdClassName
{
border-color: #AD05F8;
}
.TagClassName
{
border-color: #AD05F8;
}
</style>