Shades of Electric Purple #AD00FA
Tints of Electric Purple #AD00FA
RGB
CMYK
RGB Variations
Color information
#AD00FA (or 0xAD00FA) is known color: Electric Purple. HEX triplet: AD, 00 and FA. RGB value is (173,0,250). Sum of RGB (Red+Green+Blue) = 173+0+250=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00FA is #52FF05. Grayscale: #4F4F4F. Windows color (decimal): -5439238 or 16384173. OLE color: 16384173.
HSL color Cylindrical-coordinate representation of color #AD00FA: hue angle of 281.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00FA is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 0 | 250 | - |
| CMYK | 0.31 | 1 | 0 | 0.02 |
| HSL | 281.52º | 1% | 0.49% | - |
| HSV(B) | 281.52º | 1% | 0.98% | - |
| XYZ | 34.49 | 15.79 | 91.67 | - |
| YUV | 80.23 | 223.81 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 250 | 0.31 | 1 | 0 | 0.02 | 281.52 | 1 | 0.49 |
| Hex | AD | 0 | FA | 1F | 64 | 0 | 2 | 11A | 64 | 31 |
| Octal | 255 | 0 | 372 | 37 | 144 | 0 | 2 | 432 | 144 | 61 |
| Binary | 10101101 | 0 | 11111010 | 11111 | 1100100 | 0 | 10 | 100011010 | 1100100 | 110001 |
Color Harmonies of #AD00FA
Complementary color
Monochromatic Colors of #AD00FA
Black with #AD00FA
Text Example
Text Example
White with #AD00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00FA; }
p { color: rgb(173,0,250); }
H1.HeaderClassName
{
color: #AD00FA;
}
.AnyTagClassName
{
color: #AD00FA;
}
</style>
background-color css
<style>
a { background-color: #AD00FA; }
a { background-color: rgb(173,0,250); }
div.DivClassName
{
background-color: #AD00FA;
}
.BgClassName
{
background-color: #AD00FA;
}
</style>
border-color css
<style>
span { border-color: #AD00FA; }
span { border-color: rgb(173,0,250); }
td.TdClassName
{
border-color: #AD00FA;
}
.TagClassName
{
border-color: #AD00FA;
}
</style>