Shades of Electric Purple #AD18F5
Tints of Electric Purple #AD18F5
RGB
CMYK
RGB Variations
Color information
#AD18F5 (or 0xAD18F5) is known color: Electric Purple. HEX triplet: AD, 18 and F5. RGB value is (173,24,245). Sum of RGB (Red+Green+Blue) = 173+24+245=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD18F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD18F5 is #52E70A. Grayscale: #5D5D5D. Windows color (decimal): -5433099 or 16062637. OLE color: 16062637.
HSL color Cylindrical-coordinate representation of color #AD18F5: hue angle of 280.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD18F5 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 24 | 245 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.04 |
| HSL | 280.45º | 0.92% | 0.53% | - |
| HSV(B) | 280.45º | 0.9% | 0.96% | - |
| XYZ | 34.04 | 16.13 | 87.71 | - |
| YUV | 93.75 | 213.36 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 245 | 0.29 | 0.90 | 0 | 0.04 | 280.45 | 0.92 | 0.53 |
| Hex | AD | 18 | F5 | 1D | 5A | 0 | 4 | 118 | 5C | 35 |
| Octal | 255 | 30 | 365 | 35 | 132 | 0 | 4 | 430 | 134 | 65 |
| Binary | 10101101 | 11000 | 11110101 | 11101 | 1011010 | 0 | 100 | 100011000 | 1011100 | 110101 |
Color Harmonies of #AD18F5
Complementary color
Monochromatic Colors of #AD18F5
Black with #AD18F5
Text Example
Text Example
White with #AD18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD18F5; }
p { color: rgb(173,24,245); }
H1.HeaderClassName
{
color: #AD18F5;
}
.AnyTagClassName
{
color: #AD18F5;
}
</style>
background-color css
<style>
a { background-color: #AD18F5; }
a { background-color: rgb(173,24,245); }
div.DivClassName
{
background-color: #AD18F5;
}
.BgClassName
{
background-color: #AD18F5;
}
</style>
border-color css
<style>
span { border-color: #AD18F5; }
span { border-color: rgb(173,24,245); }
td.TdClassName
{
border-color: #AD18F5;
}
.TagClassName
{
border-color: #AD18F5;
}
</style>