Shades of Electric Purple #AD10FF
Tints of Electric Purple #AD10FF
RGB
CMYK
RGB Variations
Color information
#AD10FF (or 0xAD10FF) is known color: Electric Purple. HEX triplet: AD, 10 and FF. RGB value is (173,16,255). Sum of RGB (Red+Green+Blue) = 173+16+255=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD10FF is #52EF00. Grayscale: #595959. Windows color (decimal): -5435137 or 16715949. OLE color: 16715949.
HSL color Cylindrical-coordinate representation of color #AD10FF: hue angle of 279.41º 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 #AD10FF is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 16 | 255 | - |
| CMYK | 0.32 | 0.94 | 0 | 0 |
| HSL | 279.41º | 1% | 0.53% | - |
| HSV(B) | 279.41º | 0.94% | 1% | - |
| XYZ | 35.47 | 16.47 | 95.92 | - |
| YUV | 90.19 | 221.01 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 255 | 0.32 | 0.94 | 0 | 0 | 279.41 | 1 | 0.53 |
| Hex | AD | 10 | FF | 20 | 5E | 0 | 0 | 117 | 64 | 35 |
| Octal | 255 | 20 | 377 | 40 | 136 | 0 | 0 | 427 | 144 | 65 |
| Binary | 10101101 | 10000 | 11111111 | 100000 | 1011110 | 0 | 0 | 100010111 | 1100100 | 110101 |
Color Harmonies of #AD10FF
Complementary color
Monochromatic Colors of #AD10FF
Black with #AD10FF
Text Example
Text Example
White with #AD10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10FF; }
p { color: rgb(173,16,255); }
H1.HeaderClassName
{
color: #AD10FF;
}
.AnyTagClassName
{
color: #AD10FF;
}
</style>
background-color css
<style>
a { background-color: #AD10FF; }
a { background-color: rgb(173,16,255); }
div.DivClassName
{
background-color: #AD10FF;
}
.BgClassName
{
background-color: #AD10FF;
}
</style>
border-color css
<style>
span { border-color: #AD10FF; }
span { border-color: rgb(173,16,255); }
td.TdClassName
{
border-color: #AD10FF;
}
.TagClassName
{
border-color: #AD10FF;
}
</style>