Shades of Electric Purple #AD22F7
Tints of Electric Purple #AD22F7
RGB
CMYK
RGB Variations
Color information
#AD22F7 (or 0xAD22F7) is known color: Electric Purple. HEX triplet: AD, 22 and F7. RGB value is (173,34,247). Sum of RGB (Red+Green+Blue) = 173+34+247=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD22F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD22F7 is #52DD08. Grayscale: #636363. Windows color (decimal): -5430537 or 16196269. OLE color: 16196269.
HSL color Cylindrical-coordinate representation of color #AD22F7: hue angle of 279.15º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD22F7 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 34 | 247 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.03 |
| HSL | 279.15º | 0.93% | 0.55% | - |
| HSV(B) | 279.15º | 0.86% | 0.97% | - |
| XYZ | 34.59 | 16.74 | 89.4 | - |
| YUV | 99.84 | 211.05 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 247 | 0.30 | 0.86 | 0 | 0.03 | 279.15 | 0.93 | 0.55 |
| Hex | AD | 22 | F7 | 1E | 56 | 0 | 3 | 117 | 5D | 37 |
| Octal | 255 | 42 | 367 | 36 | 126 | 0 | 3 | 427 | 135 | 67 |
| Binary | 10101101 | 100010 | 11110111 | 11110 | 1010110 | 0 | 11 | 100010111 | 1011101 | 110111 |
Color Harmonies of #AD22F7
Complementary color
Monochromatic Colors of #AD22F7
Black with #AD22F7
Text Example
Text Example
White with #AD22F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22F7; }
p { color: rgb(173,34,247); }
H1.HeaderClassName
{
color: #AD22F7;
}
.AnyTagClassName
{
color: #AD22F7;
}
</style>
background-color css
<style>
a { background-color: #AD22F7; }
a { background-color: rgb(173,34,247); }
div.DivClassName
{
background-color: #AD22F7;
}
.BgClassName
{
background-color: #AD22F7;
}
</style>
border-color css
<style>
span { border-color: #AD22F7; }
span { border-color: rgb(173,34,247); }
td.TdClassName
{
border-color: #AD22F7;
}
.TagClassName
{
border-color: #AD22F7;
}
</style>