Shades of Electric Purple #AD05F7
Tints of Electric Purple #AD05F7
RGB
CMYK
RGB Variations
Color information
#AD05F7 (or 0xAD05F7) is known color: Electric Purple. HEX triplet: AD, 05 and F7. RGB value is (173,5,247). Sum of RGB (Red+Green+Blue) = 173+5+247=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 247 (96.88% from 255 or 58.12% from 425); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD05F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05F7 is #52FA08. Grayscale: #525252. Windows color (decimal): -5437961 or 16188845. OLE color: 16188845.
HSL color Cylindrical-coordinate representation of color #AD05F7: hue angle of 281.65º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05F7 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 5 | 247 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.03 |
| HSL | 281.65º | 0.96% | 0.49% | - |
| HSV(B) | 281.65º | 0.98% | 0.97% | - |
| XYZ | 34.08 | 15.71 | 89.23 | - |
| YUV | 82.82 | 220.66 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 247 | 0.30 | 0.98 | 0 | 0.03 | 281.65 | 0.96 | 0.49 |
| Hex | AD | 5 | F7 | 1E | 62 | 0 | 3 | 11A | 60 | 31 |
| Octal | 255 | 5 | 367 | 36 | 142 | 0 | 3 | 432 | 140 | 61 |
| Binary | 10101101 | 101 | 11110111 | 11110 | 1100010 | 0 | 11 | 100011010 | 1100000 | 110001 |
Color Harmonies of #AD05F7
Complementary color
Monochromatic Colors of #AD05F7
Black with #AD05F7
Text Example
Text Example
White with #AD05F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05F7; }
p { color: rgb(173,5,247); }
H1.HeaderClassName
{
color: #AD05F7;
}
.AnyTagClassName
{
color: #AD05F7;
}
</style>
background-color css
<style>
a { background-color: #AD05F7; }
a { background-color: rgb(173,5,247); }
div.DivClassName
{
background-color: #AD05F7;
}
.BgClassName
{
background-color: #AD05F7;
}
</style>
border-color css
<style>
span { border-color: #AD05F7; }
span { border-color: rgb(173,5,247); }
td.TdClassName
{
border-color: #AD05F7;
}
.TagClassName
{
border-color: #AD05F7;
}
</style>