Shades of Electric Purple #AD00F1
Tints of Electric Purple #AD00F1
RGB
CMYK
RGB Variations
Color information
#AD00F1 (or 0xAD00F1) is known color: Electric Purple. HEX triplet: AD, 00 and F1. RGB value is (173,0,241). Sum of RGB (Red+Green+Blue) = 173+0+241=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD00F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00F1 is #52FF0E. Grayscale: #4E4E4E. Windows color (decimal): -5439247 or 15794349. OLE color: 15794349.
HSL color Cylindrical-coordinate representation of color #AD00F1: hue angle of 283.07º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00F1 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 0 | 241 | - |
| CMYK | 0.28 | 1 | 0 | 0.05 |
| HSL | 283.07º | 1% | 0.47% | - |
| HSV(B) | 283.07º | 1% | 0.95% | - |
| XYZ | 33.11 | 15.24 | 84.41 | - |
| YUV | 79.2 | 219.31 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 241 | 0.28 | 1 | 0 | 0.05 | 283.07 | 1 | 0.47 |
| Hex | AD | 0 | F1 | 1C | 64 | 0 | 5 | 11B | 64 | 2F |
| Octal | 255 | 0 | 361 | 34 | 144 | 0 | 5 | 433 | 144 | 57 |
| Binary | 10101101 | 0 | 11110001 | 11100 | 1100100 | 0 | 101 | 100011011 | 1100100 | 101111 |
Color Harmonies of #AD00F1
Complementary color
Monochromatic Colors of #AD00F1
Black with #AD00F1
Text Example
Text Example
White with #AD00F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00F1; }
p { color: rgb(173,0,241); }
H1.HeaderClassName
{
color: #AD00F1;
}
.AnyTagClassName
{
color: #AD00F1;
}
</style>
background-color css
<style>
a { background-color: #AD00F1; }
a { background-color: rgb(173,0,241); }
div.DivClassName
{
background-color: #AD00F1;
}
.BgClassName
{
background-color: #AD00F1;
}
</style>
border-color css
<style>
span { border-color: #AD00F1; }
span { border-color: rgb(173,0,241); }
td.TdClassName
{
border-color: #AD00F1;
}
.TagClassName
{
border-color: #AD00F1;
}
</style>