Shades of Electric Purple #AD0FF7
Tints of Electric Purple #AD0FF7
RGB
CMYK
RGB Variations
Color information
#AD0FF7 (or 0xAD0FF7) is known color: Electric Purple. HEX triplet: AD, 0F and F7. RGB value is (173,15,247). Sum of RGB (Red+Green+Blue) = 173+15+247=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD0FF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FF7 is #52F008. Grayscale: #575757. Windows color (decimal): -5435401 or 16191405. OLE color: 16191405.
HSL color Cylindrical-coordinate representation of color #AD0FF7: hue angle of 280.86º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0FF7 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 15 | 247 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.03 |
| HSL | 280.86º | 0.94% | 0.51% | - |
| HSV(B) | 280.86º | 0.94% | 0.97% | - |
| XYZ | 34.19 | 15.94 | 89.27 | - |
| YUV | 88.69 | 217.35 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 247 | 0.30 | 0.94 | 0 | 0.03 | 280.86 | 0.94 | 0.51 |
| Hex | AD | F | F7 | 1E | 5E | 0 | 3 | 119 | 5E | 33 |
| Octal | 255 | 17 | 367 | 36 | 136 | 0 | 3 | 431 | 136 | 63 |
| Binary | 10101101 | 1111 | 11110111 | 11110 | 1011110 | 0 | 11 | 100011001 | 1011110 | 110011 |
Color Harmonies of #AD0FF7
Complementary color
Monochromatic Colors of #AD0FF7
Black with #AD0FF7
Text Example
Text Example
White with #AD0FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FF7; }
p { color: rgb(173,15,247); }
H1.HeaderClassName
{
color: #AD0FF7;
}
.AnyTagClassName
{
color: #AD0FF7;
}
</style>
background-color css
<style>
a { background-color: #AD0FF7; }
a { background-color: rgb(173,15,247); }
div.DivClassName
{
background-color: #AD0FF7;
}
.BgClassName
{
background-color: #AD0FF7;
}
</style>
border-color css
<style>
span { border-color: #AD0FF7; }
span { border-color: rgb(173,15,247); }
td.TdClassName
{
border-color: #AD0FF7;
}
.TagClassName
{
border-color: #AD0FF7;
}
</style>