Shades of Electric Purple #AD08F5
Tints of Electric Purple #AD08F5
RGB
CMYK
RGB Variations
Color information
#AD08F5 (or 0xAD08F5) is known color: Electric Purple. HEX triplet: AD, 08 and F5. RGB value is (173,8,245). Sum of RGB (Red+Green+Blue) = 173+8+245=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD08F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD08F5 is #52F70A. Grayscale: #535353. Windows color (decimal): -5437195 or 16058541. OLE color: 16058541.
HSL color Cylindrical-coordinate representation of color #AD08F5: hue angle of 281.77º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD08F5 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 8 | 245 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.04 |
| HSL | 281.77º | 0.94% | 0.5% | - |
| HSV(B) | 281.77º | 0.97% | 0.96% | - |
| XYZ | 33.8 | 15.65 | 87.63 | - |
| YUV | 84.35 | 218.66 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 245 | 0.29 | 0.97 | 0 | 0.04 | 281.77 | 0.94 | 0.5 |
| Hex | AD | 8 | F5 | 1D | 61 | 0 | 4 | 11A | 5E | 32 |
| Octal | 255 | 10 | 365 | 35 | 141 | 0 | 4 | 432 | 136 | 62 |
| Binary | 10101101 | 1000 | 11110101 | 11101 | 1100001 | 0 | 100 | 100011010 | 1011110 | 110010 |
Color Harmonies of #AD08F5
Complementary color
Monochromatic Colors of #AD08F5
Black with #AD08F5
Text Example
Text Example
White with #AD08F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08F5; }
p { color: rgb(173,8,245); }
H1.HeaderClassName
{
color: #AD08F5;
}
.AnyTagClassName
{
color: #AD08F5;
}
</style>
background-color css
<style>
a { background-color: #AD08F5; }
a { background-color: rgb(173,8,245); }
div.DivClassName
{
background-color: #AD08F5;
}
.BgClassName
{
background-color: #AD08F5;
}
</style>
border-color css
<style>
span { border-color: #AD08F5; }
span { border-color: rgb(173,8,245); }
td.TdClassName
{
border-color: #AD08F5;
}
.TagClassName
{
border-color: #AD08F5;
}
</style>