Shades of Electric Purple #AD0FFF
Tints of Electric Purple #AD0FFF
RGB
CMYK
RGB Variations
Color information
#AD0FFF (or 0xAD0FFF) is known color: Electric Purple. HEX triplet: AD, 0F and FF. RGB value is (173,15,255). Sum of RGB (Red+Green+Blue) = 173+15+255=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FFF is #52F000. Grayscale: #585858. Windows color (decimal): -5435393 or 16715693. OLE color: 16715693.
HSL color Cylindrical-coordinate representation of color #AD0FFF: hue angle of 279.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0FFF is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 15 | 255 | - |
| CMYK | 0.32 | 0.94 | 0 | 0 |
| HSL | 279.5º | 1% | 0.53% | - |
| HSV(B) | 279.5º | 0.94% | 1% | - |
| XYZ | 35.45 | 16.45 | 95.91 | - |
| YUV | 89.6 | 221.35 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 255 | 0.32 | 0.94 | 0 | 0 | 279.5 | 1 | 0.53 |
| Hex | AD | F | FF | 20 | 5E | 0 | 0 | 118 | 64 | 35 |
| Octal | 255 | 17 | 377 | 40 | 136 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10101101 | 1111 | 11111111 | 100000 | 1011110 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #AD0FFF
Complementary color
Monochromatic Colors of #AD0FFF
Black with #AD0FFF
Text Example
Text Example
White with #AD0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FFF; }
p { color: rgb(173,15,255); }
H1.HeaderClassName
{
color: #AD0FFF;
}
.AnyTagClassName
{
color: #AD0FFF;
}
</style>
background-color css
<style>
a { background-color: #AD0FFF; }
a { background-color: rgb(173,15,255); }
div.DivClassName
{
background-color: #AD0FFF;
}
.BgClassName
{
background-color: #AD0FFF;
}
</style>
border-color css
<style>
span { border-color: #AD0FFF; }
span { border-color: rgb(173,15,255); }
td.TdClassName
{
border-color: #AD0FFF;
}
.TagClassName
{
border-color: #AD0FFF;
}
</style>