Shades of Electric Purple #AD07FD
Tints of Electric Purple #AD07FD
RGB
CMYK
RGB Variations
Color information
#AD07FD (or 0xAD07FD) is known color: Electric Purple. HEX triplet: AD, 07 and FD. RGB value is (173,7,253). Sum of RGB (Red+Green+Blue) = 173+7+253=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD07FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07FD is #52F802. Grayscale: #535353. Windows color (decimal): -5437443 or 16582573. OLE color: 16582573.
HSL color Cylindrical-coordinate representation of color #AD07FD: hue angle of 280.49º 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 #AD07FD is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 7 | 253 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.01 |
| HSL | 280.49º | 0.98% | 0.51% | - |
| HSV(B) | 280.49º | 0.97% | 0.99% | - |
| XYZ | 35.04 | 16.13 | 94.19 | - |
| YUV | 84.68 | 223 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 253 | 0.32 | 0.97 | 0 | 0.01 | 280.49 | 0.98 | 0.51 |
| Hex | AD | 7 | FD | 20 | 61 | 0 | 1 | 118 | 62 | 33 |
| Octal | 255 | 7 | 375 | 40 | 141 | 0 | 1 | 430 | 142 | 63 |
| Binary | 10101101 | 111 | 11111101 | 100000 | 1100001 | 0 | 1 | 100011000 | 1100010 | 110011 |
Color Harmonies of #AD07FD
Complementary color
Monochromatic Colors of #AD07FD
Black with #AD07FD
Text Example
Text Example
White with #AD07FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07FD; }
p { color: rgb(173,7,253); }
H1.HeaderClassName
{
color: #AD07FD;
}
.AnyTagClassName
{
color: #AD07FD;
}
</style>
background-color css
<style>
a { background-color: #AD07FD; }
a { background-color: rgb(173,7,253); }
div.DivClassName
{
background-color: #AD07FD;
}
.BgClassName
{
background-color: #AD07FD;
}
</style>
border-color css
<style>
span { border-color: #AD07FD; }
span { border-color: rgb(173,7,253); }
td.TdClassName
{
border-color: #AD07FD;
}
.TagClassName
{
border-color: #AD07FD;
}
</style>