Shades of Electric Purple #AD00FF
Tints of Electric Purple #AD00FF
RGB
CMYK
RGB Variations
Color information
#AD00FF (or 0xAD00FF) is known color: Electric Purple. HEX triplet: AD, 00 and FF. RGB value is (173,0,255). Sum of RGB (Red+Green+Blue) = 173+0+255=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00FF is #52FF00. Grayscale: #4F4F4F. Windows color (decimal): -5439233 or 16711853. OLE color: 16711853.
HSL color Cylindrical-coordinate representation of color #AD00FF: hue angle of 280.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00FF is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 0 | 255 | - |
| CMYK | 0.32 | 1 | 0 | 0 |
| HSL | 280.71º | 1% | 0.5% | - |
| HSV(B) | 280.71º | 1% | 1% | - |
| XYZ | 35.28 | 16.1 | 95.86 | - |
| YUV | 80.8 | 226.31 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 255 | 0.32 | 1 | 0 | 0 | 280.71 | 1 | 0.5 |
| Hex | AD | 0 | FF | 20 | 64 | 0 | 0 | 119 | 64 | 32 |
| Octal | 255 | 0 | 377 | 40 | 144 | 0 | 0 | 431 | 144 | 62 |
| Binary | 10101101 | 0 | 11111111 | 100000 | 1100100 | 0 | 0 | 100011001 | 1100100 | 110010 |
Color Harmonies of #AD00FF
Complementary color
Monochromatic Colors of #AD00FF
Black with #AD00FF
Text Example
Text Example
White with #AD00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00FF; }
p { color: rgb(173,0,255); }
H1.HeaderClassName
{
color: #AD00FF;
}
.AnyTagClassName
{
color: #AD00FF;
}
</style>
background-color css
<style>
a { background-color: #AD00FF; }
a { background-color: rgb(173,0,255); }
div.DivClassName
{
background-color: #AD00FF;
}
.BgClassName
{
background-color: #AD00FF;
}
</style>
border-color css
<style>
span { border-color: #AD00FF; }
span { border-color: rgb(173,0,255); }
td.TdClassName
{
border-color: #AD00FF;
}
.TagClassName
{
border-color: #AD00FF;
}
</style>