Shades of Electric Purple #AD0FFD
Tints of Electric Purple #AD0FFD
RGB
CMYK
RGB Variations
Color information
#AD0FFD (or 0xAD0FFD) is known color: Electric Purple. HEX triplet: AD, 0F and FD. RGB value is (173,15,253). Sum of RGB (Red+Green+Blue) = 173+15+253=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FFD is #52F002. Grayscale: #585858. Windows color (decimal): -5435395 or 16584621. OLE color: 16584621.
HSL color Cylindrical-coordinate representation of color #AD0FFD: hue angle of 279.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0FFD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 15 | 253 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.01 |
| HSL | 279.83º | 0.98% | 0.53% | - |
| HSV(B) | 279.83º | 0.94% | 0.99% | - |
| XYZ | 35.13 | 16.32 | 94.23 | - |
| YUV | 89.37 | 220.35 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 253 | 0.32 | 0.94 | 0 | 0.01 | 279.83 | 0.98 | 0.53 |
| Hex | AD | F | FD | 20 | 5E | 0 | 1 | 118 | 62 | 35 |
| Octal | 255 | 17 | 375 | 40 | 136 | 0 | 1 | 430 | 142 | 65 |
| Binary | 10101101 | 1111 | 11111101 | 100000 | 1011110 | 0 | 1 | 100011000 | 1100010 | 110101 |
Color Harmonies of #AD0FFD
Complementary color
Monochromatic Colors of #AD0FFD
Black with #AD0FFD
Text Example
Text Example
White with #AD0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FFD; }
p { color: rgb(173,15,253); }
H1.HeaderClassName
{
color: #AD0FFD;
}
.AnyTagClassName
{
color: #AD0FFD;
}
</style>
background-color css
<style>
a { background-color: #AD0FFD; }
a { background-color: rgb(173,15,253); }
div.DivClassName
{
background-color: #AD0FFD;
}
.BgClassName
{
background-color: #AD0FFD;
}
</style>
border-color css
<style>
span { border-color: #AD0FFD; }
span { border-color: rgb(173,15,253); }
td.TdClassName
{
border-color: #AD0FFD;
}
.TagClassName
{
border-color: #AD0FFD;
}
</style>