Shades of Electric Purple #AD00FC
Tints of Electric Purple #AD00FC
RGB
CMYK
RGB Variations
Color information
#AD00FC (or 0xAD00FC) is known color: Electric Purple. HEX triplet: AD, 00 and FC. RGB value is (173,0,252). Sum of RGB (Red+Green+Blue) = 173+0+252=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD00FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00FC is #52FF03. Grayscale: #4F4F4F. Windows color (decimal): -5439236 or 16515245. OLE color: 16515245.
HSL color Cylindrical-coordinate representation of color #AD00FC: hue angle of 281.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00FC is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 0 | 252 | - |
| CMYK | 0.31 | 1 | 0 | 0.01 |
| HSL | 281.19º | 1% | 0.49% | - |
| HSV(B) | 281.19º | 1% | 0.99% | - |
| XYZ | 34.8 | 15.91 | 93.33 | - |
| YUV | 80.46 | 224.81 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 252 | 0.31 | 1 | 0 | 0.01 | 281.19 | 1 | 0.49 |
| Hex | AD | 0 | FC | 1F | 64 | 0 | 1 | 119 | 64 | 31 |
| Octal | 255 | 0 | 374 | 37 | 144 | 0 | 1 | 431 | 144 | 61 |
| Binary | 10101101 | 0 | 11111100 | 11111 | 1100100 | 0 | 1 | 100011001 | 1100100 | 110001 |
Color Harmonies of #AD00FC
Complementary color
Monochromatic Colors of #AD00FC
Black with #AD00FC
Text Example
Text Example
White with #AD00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00FC; }
p { color: rgb(173,0,252); }
H1.HeaderClassName
{
color: #AD00FC;
}
.AnyTagClassName
{
color: #AD00FC;
}
</style>
background-color css
<style>
a { background-color: #AD00FC; }
a { background-color: rgb(173,0,252); }
div.DivClassName
{
background-color: #AD00FC;
}
.BgClassName
{
background-color: #AD00FC;
}
</style>
border-color css
<style>
span { border-color: #AD00FC; }
span { border-color: rgb(173,0,252); }
td.TdClassName
{
border-color: #AD00FC;
}
.TagClassName
{
border-color: #AD00FC;
}
</style>