Shades of Electric Purple #AD22F2
Tints of Electric Purple #AD22F2
RGB
CMYK
RGB Variations
Color information
#AD22F2 (or 0xAD22F2) is known color: Electric Purple. HEX triplet: AD, 22 and F2. RGB value is (173,34,242). Sum of RGB (Red+Green+Blue) = 173+34+242=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD22F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD22F2 is #52DD0D. Grayscale: #626262. Windows color (decimal): -5430542 or 15868589. OLE color: 15868589.
HSL color Cylindrical-coordinate representation of color #AD22F2: hue angle of 280.1º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD22F2 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 34 | 242 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.05 |
| HSL | 280.1º | 0.89% | 0.54% | - |
| HSV(B) | 280.1º | 0.86% | 0.95% | - |
| XYZ | 33.83 | 16.44 | 85.39 | - |
| YUV | 99.27 | 208.55 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 242 | 0.29 | 0.86 | 0 | 0.05 | 280.1 | 0.89 | 0.54 |
| Hex | AD | 22 | F2 | 1D | 56 | 0 | 5 | 118 | 59 | 36 |
| Octal | 255 | 42 | 362 | 35 | 126 | 0 | 5 | 430 | 131 | 66 |
| Binary | 10101101 | 100010 | 11110010 | 11101 | 1010110 | 0 | 101 | 100011000 | 1011001 | 110110 |
Color Harmonies of #AD22F2
Complementary color
Monochromatic Colors of #AD22F2
Black with #AD22F2
Text Example
Text Example
White with #AD22F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22F2; }
p { color: rgb(173,34,242); }
H1.HeaderClassName
{
color: #AD22F2;
}
.AnyTagClassName
{
color: #AD22F2;
}
</style>
background-color css
<style>
a { background-color: #AD22F2; }
a { background-color: rgb(173,34,242); }
div.DivClassName
{
background-color: #AD22F2;
}
.BgClassName
{
background-color: #AD22F2;
}
</style>
border-color css
<style>
span { border-color: #AD22F2; }
span { border-color: rgb(173,34,242); }
td.TdClassName
{
border-color: #AD22F2;
}
.TagClassName
{
border-color: #AD22F2;
}
</style>