Shades of Electric Purple #AD11F8
Tints of Electric Purple #AD11F8
RGB
CMYK
RGB Variations
Color information
#AD11F8 (or 0xAD11F8) is known color: Electric Purple. HEX triplet: AD, 11 and F8. RGB value is (173,17,248). Sum of RGB (Red+Green+Blue) = 173+17+248=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD11F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD11F8 is #52EE07. Grayscale: #595959. Windows color (decimal): -5434888 or 16257453. OLE color: 16257453.
HSL color Cylindrical-coordinate representation of color #AD11F8: hue angle of 280.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD11F8 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 17 | 248 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.03 |
| HSL | 280.52º | 0.94% | 0.52% | - |
| HSV(B) | 280.52º | 0.93% | 0.97% | - |
| XYZ | 34.38 | 16.06 | 90.1 | - |
| YUV | 89.98 | 217.18 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 248 | 0.30 | 0.93 | 0 | 0.03 | 280.52 | 0.94 | 0.52 |
| Hex | AD | 11 | F8 | 1E | 5D | 0 | 3 | 119 | 5E | 34 |
| Octal | 255 | 21 | 370 | 36 | 135 | 0 | 3 | 431 | 136 | 64 |
| Binary | 10101101 | 10001 | 11111000 | 11110 | 1011101 | 0 | 11 | 100011001 | 1011110 | 110100 |
Color Harmonies of #AD11F8
Complementary color
Monochromatic Colors of #AD11F8
Black with #AD11F8
Text Example
Text Example
White with #AD11F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11F8; }
p { color: rgb(173,17,248); }
H1.HeaderClassName
{
color: #AD11F8;
}
.AnyTagClassName
{
color: #AD11F8;
}
</style>
background-color css
<style>
a { background-color: #AD11F8; }
a { background-color: rgb(173,17,248); }
div.DivClassName
{
background-color: #AD11F8;
}
.BgClassName
{
background-color: #AD11F8;
}
</style>
border-color css
<style>
span { border-color: #AD11F8; }
span { border-color: rgb(173,17,248); }
td.TdClassName
{
border-color: #AD11F8;
}
.TagClassName
{
border-color: #AD11F8;
}
</style>