Shades of Electric Purple #AD18FD
Tints of Electric Purple #AD18FD
RGB
CMYK
RGB Variations
Color information
#AD18FD (or 0xAD18FD) is known color: Electric Purple. HEX triplet: AD, 18 and FD. RGB value is (173,24,253). Sum of RGB (Red+Green+Blue) = 173+24+253=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD18FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD18FD is #52E702. Grayscale: #5D5D5D. Windows color (decimal): -5433091 or 16586925. OLE color: 16586925.
HSL color Cylindrical-coordinate representation of color #AD18FD: hue angle of 279.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD18FD is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 24 | 253 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.01 |
| HSL | 279.04º | 0.98% | 0.54% | - |
| HSV(B) | 279.04º | 0.91% | 0.99% | - |
| XYZ | 35.29 | 16.63 | 94.28 | - |
| YUV | 94.66 | 217.36 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 253 | 0.32 | 0.91 | 0 | 0.01 | 279.04 | 0.98 | 0.54 |
| Hex | AD | 18 | FD | 20 | 5B | 0 | 1 | 117 | 62 | 36 |
| Octal | 255 | 30 | 375 | 40 | 133 | 0 | 1 | 427 | 142 | 66 |
| Binary | 10101101 | 11000 | 11111101 | 100000 | 1011011 | 0 | 1 | 100010111 | 1100010 | 110110 |
Color Harmonies of #AD18FD
Complementary color
Monochromatic Colors of #AD18FD
Black with #AD18FD
Text Example
Text Example
White with #AD18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD18FD; }
p { color: rgb(173,24,253); }
H1.HeaderClassName
{
color: #AD18FD;
}
.AnyTagClassName
{
color: #AD18FD;
}
</style>
background-color css
<style>
a { background-color: #AD18FD; }
a { background-color: rgb(173,24,253); }
div.DivClassName
{
background-color: #AD18FD;
}
.BgClassName
{
background-color: #AD18FD;
}
</style>
border-color css
<style>
span { border-color: #AD18FD; }
span { border-color: rgb(173,24,253); }
td.TdClassName
{
border-color: #AD18FD;
}
.TagClassName
{
border-color: #AD18FD;
}
</style>