Shades of Electric Purple #AD15FD
Tints of Electric Purple #AD15FD
RGB
CMYK
RGB Variations
Color information
#AD15FD (or 0xAD15FD) is known color: Electric Purple. HEX triplet: AD, 15 and FD. RGB value is (173,21,253). Sum of RGB (Red+Green+Blue) = 173+21+253=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD15FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD15FD is #52EA02. Grayscale: #5C5C5C. Windows color (decimal): -5433859 or 16586157. OLE color: 16586157.
HSL color Cylindrical-coordinate representation of color #AD15FD: hue angle of 279.31º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD15FD is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 21 | 253 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.01 |
| HSL | 279.31º | 0.98% | 0.54% | - |
| HSV(B) | 279.31º | 0.92% | 0.99% | - |
| XYZ | 35.23 | 16.51 | 94.26 | - |
| YUV | 92.9 | 218.36 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 253 | 0.32 | 0.92 | 0 | 0.01 | 279.31 | 0.98 | 0.54 |
| Hex | AD | 15 | FD | 20 | 5C | 0 | 1 | 117 | 62 | 36 |
| Octal | 255 | 25 | 375 | 40 | 134 | 0 | 1 | 427 | 142 | 66 |
| Binary | 10101101 | 10101 | 11111101 | 100000 | 1011100 | 0 | 1 | 100010111 | 1100010 | 110110 |
Color Harmonies of #AD15FD
Complementary color
Monochromatic Colors of #AD15FD
Black with #AD15FD
Text Example
Text Example
White with #AD15FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15FD; }
p { color: rgb(173,21,253); }
H1.HeaderClassName
{
color: #AD15FD;
}
.AnyTagClassName
{
color: #AD15FD;
}
</style>
background-color css
<style>
a { background-color: #AD15FD; }
a { background-color: rgb(173,21,253); }
div.DivClassName
{
background-color: #AD15FD;
}
.BgClassName
{
background-color: #AD15FD;
}
</style>
border-color css
<style>
span { border-color: #AD15FD; }
span { border-color: rgb(173,21,253); }
td.TdClassName
{
border-color: #AD15FD;
}
.TagClassName
{
border-color: #AD15FD;
}
</style>