Shades of Electric Purple #AD07FC
Tints of Electric Purple #AD07FC
RGB
CMYK
RGB Variations
Color information
#AD07FC (or 0xAD07FC) is known color: Electric Purple. HEX triplet: AD, 07 and FC. RGB value is (173,7,252). Sum of RGB (Red+Green+Blue) = 173+7+252=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD07FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07FC is #52F803. Grayscale: #535353. Windows color (decimal): -5437444 or 16517037. OLE color: 16517037.
HSL color Cylindrical-coordinate representation of color #AD07FC: hue angle of 280.65º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07FC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 7 | 252 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.01 |
| HSL | 280.65º | 0.98% | 0.51% | - |
| HSV(B) | 280.65º | 0.97% | 0.99% | - |
| XYZ | 34.88 | 16.06 | 93.36 | - |
| YUV | 84.56 | 222.5 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 252 | 0.31 | 0.97 | 0 | 0.01 | 280.65 | 0.98 | 0.51 |
| Hex | AD | 7 | FC | 1F | 61 | 0 | 1 | 119 | 62 | 33 |
| Octal | 255 | 7 | 374 | 37 | 141 | 0 | 1 | 431 | 142 | 63 |
| Binary | 10101101 | 111 | 11111100 | 11111 | 1100001 | 0 | 1 | 100011001 | 1100010 | 110011 |
Color Harmonies of #AD07FC
Complementary color
Monochromatic Colors of #AD07FC
Black with #AD07FC
Text Example
Text Example
White with #AD07FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07FC; }
p { color: rgb(173,7,252); }
H1.HeaderClassName
{
color: #AD07FC;
}
.AnyTagClassName
{
color: #AD07FC;
}
</style>
background-color css
<style>
a { background-color: #AD07FC; }
a { background-color: rgb(173,7,252); }
div.DivClassName
{
background-color: #AD07FC;
}
.BgClassName
{
background-color: #AD07FC;
}
</style>
border-color css
<style>
span { border-color: #AD07FC; }
span { border-color: rgb(173,7,252); }
td.TdClassName
{
border-color: #AD07FC;
}
.TagClassName
{
border-color: #AD07FC;
}
</style>