Shades of Electric Purple #AD00F3
Tints of Electric Purple #AD00F3
RGB
CMYK
RGB Variations
Color information
#AD00F3 (or 0xAD00F3) is known color: Electric Purple. HEX triplet: AD, 00 and F3. RGB value is (173,0,243). Sum of RGB (Red+Green+Blue) = 173+0+243=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD00F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00F3 is #52FF0C. Grayscale: #4E4E4E. Windows color (decimal): -5439245 or 15925421. OLE color: 15925421.
HSL color Cylindrical-coordinate representation of color #AD00F3: hue angle of 282.72º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00F3 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 0 | 243 | - |
| CMYK | 0.29 | 1 | 0 | 0.05 |
| HSL | 282.72º | 1% | 0.48% | - |
| HSV(B) | 282.72º | 1% | 0.95% | - |
| XYZ | 33.41 | 15.36 | 86 | - |
| YUV | 79.43 | 220.31 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 243 | 0.29 | 1 | 0 | 0.05 | 282.72 | 1 | 0.48 |
| Hex | AD | 0 | F3 | 1D | 64 | 0 | 5 | 11B | 64 | 30 |
| Octal | 255 | 0 | 363 | 35 | 144 | 0 | 5 | 433 | 144 | 60 |
| Binary | 10101101 | 0 | 11110011 | 11101 | 1100100 | 0 | 101 | 100011011 | 1100100 | 110000 |
Color Harmonies of #AD00F3
Complementary color
Monochromatic Colors of #AD00F3
Black with #AD00F3
Text Example
Text Example
White with #AD00F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00F3; }
p { color: rgb(173,0,243); }
H1.HeaderClassName
{
color: #AD00F3;
}
.AnyTagClassName
{
color: #AD00F3;
}
</style>
background-color css
<style>
a { background-color: #AD00F3; }
a { background-color: rgb(173,0,243); }
div.DivClassName
{
background-color: #AD00F3;
}
.BgClassName
{
background-color: #AD00F3;
}
</style>
border-color css
<style>
span { border-color: #AD00F3; }
span { border-color: rgb(173,0,243); }
td.TdClassName
{
border-color: #AD00F3;
}
.TagClassName
{
border-color: #AD00F3;
}
</style>