Shades of Electric Purple #AD03FD
Tints of Electric Purple #AD03FD
RGB
CMYK
RGB Variations
Color information
#AD03FD (or 0xAD03FD) is known color: Electric Purple. HEX triplet: AD, 03 and FD. RGB value is (173,3,253). Sum of RGB (Red+Green+Blue) = 173+3+253=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD03FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD03FD is #52FC02. Grayscale: #515151. Windows color (decimal): -5438467 or 16581549. OLE color: 16581549.
HSL color Cylindrical-coordinate representation of color #AD03FD: hue angle of 280.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03FD is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 3 | 253 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.01 |
| HSL | 280.8º | 0.98% | 0.5% | - |
| HSV(B) | 280.8º | 0.99% | 0.99% | - |
| XYZ | 35 | 16.04 | 94.18 | - |
| YUV | 82.33 | 224.32 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 253 | 0.32 | 0.99 | 0 | 0.01 | 280.8 | 0.98 | 0.5 |
| Hex | AD | 3 | FD | 20 | 63 | 0 | 1 | 119 | 62 | 32 |
| Octal | 255 | 3 | 375 | 40 | 143 | 0 | 1 | 431 | 142 | 62 |
| Binary | 10101101 | 11 | 11111101 | 100000 | 1100011 | 0 | 1 | 100011001 | 1100010 | 110010 |
Color Harmonies of #AD03FD
Complementary color
Monochromatic Colors of #AD03FD
Black with #AD03FD
Text Example
Text Example
White with #AD03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03FD; }
p { color: rgb(173,3,253); }
H1.HeaderClassName
{
color: #AD03FD;
}
.AnyTagClassName
{
color: #AD03FD;
}
</style>
background-color css
<style>
a { background-color: #AD03FD; }
a { background-color: rgb(173,3,253); }
div.DivClassName
{
background-color: #AD03FD;
}
.BgClassName
{
background-color: #AD03FD;
}
</style>
border-color css
<style>
span { border-color: #AD03FD; }
span { border-color: rgb(173,3,253); }
td.TdClassName
{
border-color: #AD03FD;
}
.TagClassName
{
border-color: #AD03FD;
}
</style>