Shades of Electric Purple #AD0DFE
Tints of Electric Purple #AD0DFE
RGB
CMYK
RGB Variations
Color information
#AD0DFE (or 0xAD0DFE) is known color: Electric Purple. HEX triplet: AD, 0D and FE. RGB value is (173,13,254). Sum of RGB (Red+Green+Blue) = 173+13+254=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD0DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DFE is #52F201. Grayscale: #575757. Windows color (decimal): -5435906 or 16649645. OLE color: 16649645.
HSL color Cylindrical-coordinate representation of color #AD0DFE: hue angle of 279.83º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0DFE is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 13 | 254 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.00 |
| HSL | 279.83º | 0.99% | 0.52% | - |
| HSV(B) | 279.83º | 0.95% | 1% | - |
| XYZ | 35.27 | 16.33 | 95.06 | - |
| YUV | 88.31 | 221.51 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 254 | 0.32 | 0.95 | 0 | 0.00 | 279.83 | 0.99 | 0.52 |
| Hex | AD | D | FE | 20 | 5F | 0 | 0 | 118 | 63 | 34 |
| Octal | 255 | 15 | 376 | 40 | 137 | 0 | 0 | 430 | 143 | 64 |
| Binary | 10101101 | 1101 | 11111110 | 100000 | 1011111 | 0 | 0 | 100011000 | 1100011 | 110100 |
Color Harmonies of #AD0DFE
Complementary color
Monochromatic Colors of #AD0DFE
Black with #AD0DFE
Text Example
Text Example
White with #AD0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DFE; }
p { color: rgb(173,13,254); }
H1.HeaderClassName
{
color: #AD0DFE;
}
.AnyTagClassName
{
color: #AD0DFE;
}
</style>
background-color css
<style>
a { background-color: #AD0DFE; }
a { background-color: rgb(173,13,254); }
div.DivClassName
{
background-color: #AD0DFE;
}
.BgClassName
{
background-color: #AD0DFE;
}
</style>
border-color css
<style>
span { border-color: #AD0DFE; }
span { border-color: rgb(173,13,254); }
td.TdClassName
{
border-color: #AD0DFE;
}
.TagClassName
{
border-color: #AD0DFE;
}
</style>