Shades of Electric Purple #AD0DFA
Tints of Electric Purple #AD0DFA
RGB
CMYK
RGB Variations
Color information
#AD0DFA (or 0xAD0DFA) is known color: Electric Purple. HEX triplet: AD, 0D and FA. RGB value is (173,13,250). Sum of RGB (Red+Green+Blue) = 173+13+250=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD0DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DFA is #52F205. Grayscale: #575757. Windows color (decimal): -5435910 or 16387501. OLE color: 16387501.
HSL color Cylindrical-coordinate representation of color #AD0DFA: hue angle of 280.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0DFA is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 13 | 250 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.02 |
| HSL | 280.51º | 0.96% | 0.52% | - |
| HSV(B) | 280.51º | 0.95% | 0.98% | - |
| XYZ | 34.63 | 16.07 | 91.72 | - |
| YUV | 87.86 | 219.51 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 250 | 0.31 | 0.95 | 0 | 0.02 | 280.51 | 0.96 | 0.52 |
| Hex | AD | D | FA | 1F | 5F | 0 | 2 | 119 | 60 | 34 |
| Octal | 255 | 15 | 372 | 37 | 137 | 0 | 2 | 431 | 140 | 64 |
| Binary | 10101101 | 1101 | 11111010 | 11111 | 1011111 | 0 | 10 | 100011001 | 1100000 | 110100 |
Color Harmonies of #AD0DFA
Complementary color
Monochromatic Colors of #AD0DFA
Black with #AD0DFA
Text Example
Text Example
White with #AD0DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DFA; }
p { color: rgb(173,13,250); }
H1.HeaderClassName
{
color: #AD0DFA;
}
.AnyTagClassName
{
color: #AD0DFA;
}
</style>
background-color css
<style>
a { background-color: #AD0DFA; }
a { background-color: rgb(173,13,250); }
div.DivClassName
{
background-color: #AD0DFA;
}
.BgClassName
{
background-color: #AD0DFA;
}
</style>
border-color css
<style>
span { border-color: #AD0DFA; }
span { border-color: rgb(173,13,250); }
td.TdClassName
{
border-color: #AD0DFA;
}
.TagClassName
{
border-color: #AD0DFA;
}
</style>