Shades of Electric Purple #AD0DF0
Tints of Electric Purple #AD0DF0
RGB
CMYK
RGB Variations
Color information
#AD0DF0 (or 0xAD0DF0) is known color: Electric Purple. HEX triplet: AD, 0D and F0. RGB value is (173,13,240). Sum of RGB (Red+Green+Blue) = 173+13+240=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD0DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DF0 is #52F20F. Grayscale: #555555. Windows color (decimal): -5435920 or 15732141. OLE color: 15732141.
HSL color Cylindrical-coordinate representation of color #AD0DF0: hue angle of 282.29º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0DF0 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 13 | 240 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.06 |
| HSL | 282.29º | 0.9% | 0.5% | - |
| HSV(B) | 282.29º | 0.95% | 0.94% | - |
| XYZ | 33.11 | 15.46 | 83.68 | - |
| YUV | 86.72 | 214.51 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 240 | 0.28 | 0.95 | 0 | 0.06 | 282.29 | 0.9 | 0.5 |
| Hex | AD | D | F0 | 1C | 5F | 0 | 6 | 11A | 5A | 32 |
| Octal | 255 | 15 | 360 | 34 | 137 | 0 | 6 | 432 | 132 | 62 |
| Binary | 10101101 | 1101 | 11110000 | 11100 | 1011111 | 0 | 110 | 100011010 | 1011010 | 110010 |
Color Harmonies of #AD0DF0
Complementary color
Monochromatic Colors of #AD0DF0
Black with #AD0DF0
Text Example
Text Example
White with #AD0DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DF0; }
p { color: rgb(173,13,240); }
H1.HeaderClassName
{
color: #AD0DF0;
}
.AnyTagClassName
{
color: #AD0DF0;
}
</style>
background-color css
<style>
a { background-color: #AD0DF0; }
a { background-color: rgb(173,13,240); }
div.DivClassName
{
background-color: #AD0DF0;
}
.BgClassName
{
background-color: #AD0DF0;
}
</style>
border-color css
<style>
span { border-color: #AD0DF0; }
span { border-color: rgb(173,13,240); }
td.TdClassName
{
border-color: #AD0DF0;
}
.TagClassName
{
border-color: #AD0DF0;
}
</style>