Shades of Electric Purple #AD0FFA
Tints of Electric Purple #AD0FFA
RGB
CMYK
RGB Variations
Color information
#AD0FFA (or 0xAD0FFA) is known color: Electric Purple. HEX triplet: AD, 0F and FA. RGB value is (173,15,250). Sum of RGB (Red+Green+Blue) = 173+15+250=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD0FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FFA is #52F005. Grayscale: #585858. Windows color (decimal): -5435398 or 16388013. OLE color: 16388013.
HSL color Cylindrical-coordinate representation of color #AD0FFA: hue angle of 280.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0FFA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 15 | 250 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.02 |
| HSL | 280.34º | 0.96% | 0.52% | - |
| HSV(B) | 280.34º | 0.94% | 0.98% | - |
| XYZ | 34.66 | 16.13 | 91.73 | - |
| YUV | 89.03 | 218.85 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 250 | 0.31 | 0.94 | 0 | 0.02 | 280.34 | 0.96 | 0.52 |
| Hex | AD | F | FA | 1F | 5E | 0 | 2 | 118 | 60 | 34 |
| Octal | 255 | 17 | 372 | 37 | 136 | 0 | 2 | 430 | 140 | 64 |
| Binary | 10101101 | 1111 | 11111010 | 11111 | 1011110 | 0 | 10 | 100011000 | 1100000 | 110100 |
Color Harmonies of #AD0FFA
Complementary color
Monochromatic Colors of #AD0FFA
Black with #AD0FFA
Text Example
Text Example
White with #AD0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FFA; }
p { color: rgb(173,15,250); }
H1.HeaderClassName
{
color: #AD0FFA;
}
.AnyTagClassName
{
color: #AD0FFA;
}
</style>
background-color css
<style>
a { background-color: #AD0FFA; }
a { background-color: rgb(173,15,250); }
div.DivClassName
{
background-color: #AD0FFA;
}
.BgClassName
{
background-color: #AD0FFA;
}
</style>
border-color css
<style>
span { border-color: #AD0FFA; }
span { border-color: rgb(173,15,250); }
td.TdClassName
{
border-color: #AD0FFA;
}
.TagClassName
{
border-color: #AD0FFA;
}
</style>