Shades of Electric Purple #AD01F0
Tints of Electric Purple #AD01F0
RGB
CMYK
RGB Variations
Color information
#AD01F0 (or 0xAD01F0) is known color: Electric Purple. HEX triplet: AD, 01 and F0. RGB value is (173,1,240). Sum of RGB (Red+Green+Blue) = 173+1+240=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD01F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD01F0 is #52FE0F. Grayscale: #4E4E4E. Windows color (decimal): -5438992 or 15729069. OLE color: 15729069.
HSL color Cylindrical-coordinate representation of color #AD01F0: hue angle of 283.18º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01F0 is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 1 | 240 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.06 |
| HSL | 283.18º | 0.99% | 0.47% | - |
| HSV(B) | 283.18º | 1% | 0.94% | - |
| XYZ | 32.97 | 15.2 | 83.63 | - |
| YUV | 79.67 | 218.48 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 240 | 0.28 | 1.00 | 0 | 0.06 | 283.18 | 0.99 | 0.47 |
| Hex | AD | 1 | F0 | 1C | 64 | 0 | 6 | 11B | 63 | 2F |
| Octal | 255 | 1 | 360 | 34 | 144 | 0 | 6 | 433 | 143 | 57 |
| Binary | 10101101 | 1 | 11110000 | 11100 | 1100100 | 0 | 110 | 100011011 | 1100011 | 101111 |
Color Harmonies of #AD01F0
Complementary color
Monochromatic Colors of #AD01F0
Black with #AD01F0
Text Example
Text Example
White with #AD01F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01F0; }
p { color: rgb(173,1,240); }
H1.HeaderClassName
{
color: #AD01F0;
}
.AnyTagClassName
{
color: #AD01F0;
}
</style>
background-color css
<style>
a { background-color: #AD01F0; }
a { background-color: rgb(173,1,240); }
div.DivClassName
{
background-color: #AD01F0;
}
.BgClassName
{
background-color: #AD01F0;
}
</style>
border-color css
<style>
span { border-color: #AD01F0; }
span { border-color: rgb(173,1,240); }
td.TdClassName
{
border-color: #AD01F0;
}
.TagClassName
{
border-color: #AD01F0;
}
</style>