Shades of Electric Purple #AD1DFF
Tints of Electric Purple #AD1DFF
RGB
CMYK
RGB Variations
Color information
#AD1DFF (or 0xAD1DFF) is known color: Electric Purple. HEX triplet: AD, 1D and FF. RGB value is (173,29,255). Sum of RGB (Red+Green+Blue) = 173+29+255=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD1DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1DFF is #52E200. Grayscale: #616161. Windows color (decimal): -5431809 or 16719277. OLE color: 16719277.
HSL color Cylindrical-coordinate representation of color #AD1DFF: hue angle of 278.23º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1DFF is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 29 | 255 | - |
| CMYK | 0.32 | 0.89 | 0 | 0 |
| HSL | 278.23º | 1% | 0.56% | - |
| HSV(B) | 278.23º | 0.89% | 1% | - |
| XYZ | 35.72 | 16.98 | 96 | - |
| YUV | 97.82 | 216.71 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 255 | 0.32 | 0.89 | 0 | 0 | 278.23 | 1 | 0.56 |
| Hex | AD | 1D | FF | 20 | 59 | 0 | 0 | 116 | 64 | 38 |
| Octal | 255 | 35 | 377 | 40 | 131 | 0 | 0 | 426 | 144 | 70 |
| Binary | 10101101 | 11101 | 11111111 | 100000 | 1011001 | 0 | 0 | 100010110 | 1100100 | 111000 |
Color Harmonies of #AD1DFF
Complementary color
Monochromatic Colors of #AD1DFF
Black with #AD1DFF
Text Example
Text Example
White with #AD1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DFF; }
p { color: rgb(173,29,255); }
H1.HeaderClassName
{
color: #AD1DFF;
}
.AnyTagClassName
{
color: #AD1DFF;
}
</style>
background-color css
<style>
a { background-color: #AD1DFF; }
a { background-color: rgb(173,29,255); }
div.DivClassName
{
background-color: #AD1DFF;
}
.BgClassName
{
background-color: #AD1DFF;
}
</style>
border-color css
<style>
span { border-color: #AD1DFF; }
span { border-color: rgb(173,29,255); }
td.TdClassName
{
border-color: #AD1DFF;
}
.TagClassName
{
border-color: #AD1DFF;
}
</style>