Shades of Electric Purple #AD08FA
Tints of Electric Purple #AD08FA
RGB
CMYK
RGB Variations
Color information
#AD08FA (or 0xAD08FA) is known color: Electric Purple. HEX triplet: AD, 08 and FA. RGB value is (173,8,250). Sum of RGB (Red+Green+Blue) = 173+8+250=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD08FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD08FA is #52F705. Grayscale: #545454. Windows color (decimal): -5437190 or 16386221. OLE color: 16386221.
HSL color Cylindrical-coordinate representation of color #AD08FA: hue angle of 280.91º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD08FA is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 8 | 250 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.02 |
| HSL | 280.91º | 0.96% | 0.51% | - |
| HSV(B) | 280.91º | 0.97% | 0.98% | - |
| XYZ | 34.58 | 15.96 | 91.7 | - |
| YUV | 84.92 | 221.16 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 250 | 0.31 | 0.97 | 0 | 0.02 | 280.91 | 0.96 | 0.51 |
| Hex | AD | 8 | FA | 1F | 61 | 0 | 2 | 119 | 60 | 33 |
| Octal | 255 | 10 | 372 | 37 | 141 | 0 | 2 | 431 | 140 | 63 |
| Binary | 10101101 | 1000 | 11111010 | 11111 | 1100001 | 0 | 10 | 100011001 | 1100000 | 110011 |
Color Harmonies of #AD08FA
Complementary color
Monochromatic Colors of #AD08FA
Black with #AD08FA
Text Example
Text Example
White with #AD08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08FA; }
p { color: rgb(173,8,250); }
H1.HeaderClassName
{
color: #AD08FA;
}
.AnyTagClassName
{
color: #AD08FA;
}
</style>
background-color css
<style>
a { background-color: #AD08FA; }
a { background-color: rgb(173,8,250); }
div.DivClassName
{
background-color: #AD08FA;
}
.BgClassName
{
background-color: #AD08FA;
}
</style>
border-color css
<style>
span { border-color: #AD08FA; }
span { border-color: rgb(173,8,250); }
td.TdClassName
{
border-color: #AD08FA;
}
.TagClassName
{
border-color: #AD08FA;
}
</style>