Shades of Electric Purple #AD08FF
Tints of Electric Purple #AD08FF
RGB
CMYK
RGB Variations
Color information
#AD08FF (or 0xAD08FF) is known color: Electric Purple. HEX triplet: AD, 08 and FF. RGB value is (173,8,255). Sum of RGB (Red+Green+Blue) = 173+8+255=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD08FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD08FF is #52F700. Grayscale: #545454. Windows color (decimal): -5437185 or 16713901. OLE color: 16713901.
HSL color Cylindrical-coordinate representation of color #AD08FF: hue angle of 280.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD08FF is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 8 | 255 | - |
| CMYK | 0.32 | 0.97 | 0 | 0 |
| HSL | 280.08º | 1% | 0.52% | - |
| HSV(B) | 280.08º | 0.97% | 1% | - |
| XYZ | 35.37 | 16.28 | 95.89 | - |
| YUV | 85.49 | 223.66 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 255 | 0.32 | 0.97 | 0 | 0 | 280.08 | 1 | 0.52 |
| Hex | AD | 8 | FF | 20 | 61 | 0 | 0 | 118 | 64 | 34 |
| Octal | 255 | 10 | 377 | 40 | 141 | 0 | 0 | 430 | 144 | 64 |
| Binary | 10101101 | 1000 | 11111111 | 100000 | 1100001 | 0 | 0 | 100011000 | 1100100 | 110100 |
Color Harmonies of #AD08FF
Complementary color
Monochromatic Colors of #AD08FF
Black with #AD08FF
Text Example
Text Example
White with #AD08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08FF; }
p { color: rgb(173,8,255); }
H1.HeaderClassName
{
color: #AD08FF;
}
.AnyTagClassName
{
color: #AD08FF;
}
</style>
background-color css
<style>
a { background-color: #AD08FF; }
a { background-color: rgb(173,8,255); }
div.DivClassName
{
background-color: #AD08FF;
}
.BgClassName
{
background-color: #AD08FF;
}
</style>
border-color css
<style>
span { border-color: #AD08FF; }
span { border-color: rgb(173,8,255); }
td.TdClassName
{
border-color: #AD08FF;
}
.TagClassName
{
border-color: #AD08FF;
}
</style>