Shades of Electric Purple #AD26FA
Tints of Electric Purple #AD26FA
RGB
CMYK
RGB Variations
Color information
#AD26FA (or 0xAD26FA) is known color: Electric Purple. HEX triplet: AD, 26 and FA. RGB value is (173,38,250). Sum of RGB (Red+Green+Blue) = 173+38+250=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD26FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26FA is #52D905. Grayscale: #656565. Windows color (decimal): -5429510 or 16393901. OLE color: 16393901.
HSL color Cylindrical-coordinate representation of color #AD26FA: hue angle of 278.21º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD26FA is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 38 | 250 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.02 |
| HSL | 278.21º | 0.95% | 0.56% | - |
| HSV(B) | 278.21º | 0.85% | 0.98% | - |
| XYZ | 35.18 | 17.17 | 91.9 | - |
| YUV | 102.53 | 211.23 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 250 | 0.31 | 0.85 | 0 | 0.02 | 278.21 | 0.95 | 0.56 |
| Hex | AD | 26 | FA | 1F | 55 | 0 | 2 | 116 | 5F | 38 |
| Octal | 255 | 46 | 372 | 37 | 125 | 0 | 2 | 426 | 137 | 70 |
| Binary | 10101101 | 100110 | 11111010 | 11111 | 1010101 | 0 | 10 | 100010110 | 1011111 | 111000 |
Color Harmonies of #AD26FA
Complementary color
Monochromatic Colors of #AD26FA
Black with #AD26FA
Text Example
Text Example
White with #AD26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26FA; }
p { color: rgb(173,38,250); }
H1.HeaderClassName
{
color: #AD26FA;
}
.AnyTagClassName
{
color: #AD26FA;
}
</style>
background-color css
<style>
a { background-color: #AD26FA; }
a { background-color: rgb(173,38,250); }
div.DivClassName
{
background-color: #AD26FA;
}
.BgClassName
{
background-color: #AD26FA;
}
</style>
border-color css
<style>
span { border-color: #AD26FA; }
span { border-color: rgb(173,38,250); }
td.TdClassName
{
border-color: #AD26FA;
}
.TagClassName
{
border-color: #AD26FA;
}
</style>