Shades of Electric Purple #AD25F8
Tints of Electric Purple #AD25F8
RGB
CMYK
RGB Variations
Color information
#AD25F8 (or 0xAD25F8) is known color: Electric Purple. HEX triplet: AD, 25 and F8. RGB value is (173,37,248). Sum of RGB (Red+Green+Blue) = 173+37+248=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD25F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25F8 is #52DA07. Grayscale: #656565. Windows color (decimal): -5429768 or 16262573. OLE color: 16262573.
HSL color Cylindrical-coordinate representation of color #AD25F8: hue angle of 278.67º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD25F8 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 37 | 248 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.03 |
| HSL | 278.67º | 0.94% | 0.56% | - |
| HSV(B) | 278.67º | 0.85% | 0.97% | - |
| XYZ | 34.84 | 16.98 | 90.25 | - |
| YUV | 101.72 | 210.56 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 248 | 0.30 | 0.85 | 0 | 0.03 | 278.67 | 0.94 | 0.56 |
| Hex | AD | 25 | F8 | 1E | 55 | 0 | 3 | 117 | 5E | 38 |
| Octal | 255 | 45 | 370 | 36 | 125 | 0 | 3 | 427 | 136 | 70 |
| Binary | 10101101 | 100101 | 11111000 | 11110 | 1010101 | 0 | 11 | 100010111 | 1011110 | 111000 |
Color Harmonies of #AD25F8
Complementary color
Monochromatic Colors of #AD25F8
Black with #AD25F8
Text Example
Text Example
White with #AD25F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25F8; }
p { color: rgb(173,37,248); }
H1.HeaderClassName
{
color: #AD25F8;
}
.AnyTagClassName
{
color: #AD25F8;
}
</style>
background-color css
<style>
a { background-color: #AD25F8; }
a { background-color: rgb(173,37,248); }
div.DivClassName
{
background-color: #AD25F8;
}
.BgClassName
{
background-color: #AD25F8;
}
</style>
border-color css
<style>
span { border-color: #AD25F8; }
span { border-color: rgb(173,37,248); }
td.TdClassName
{
border-color: #AD25F8;
}
.TagClassName
{
border-color: #AD25F8;
}
</style>