Shades of Electric Purple #AD0AFE
Tints of Electric Purple #AD0AFE
RGB
CMYK
RGB Variations
Color information
#AD0AFE (or 0xAD0AFE) is known color: Electric Purple. HEX triplet: AD, 0A and FE. RGB value is (173,10,254). Sum of RGB (Red+Green+Blue) = 173+10+254=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AFE is #52F501. Grayscale: #555555. Windows color (decimal): -5436674 or 16648877. OLE color: 16648877.
HSL color Cylindrical-coordinate representation of color #AD0AFE: hue angle of 280.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AFE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 10 | 254 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.00 |
| HSL | 280.08º | 0.99% | 0.52% | - |
| HSV(B) | 280.08º | 0.96% | 1% | - |
| XYZ | 35.23 | 16.26 | 95.05 | - |
| YUV | 86.55 | 222.5 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 254 | 0.32 | 0.96 | 0 | 0.00 | 280.08 | 0.99 | 0.52 |
| Hex | AD | A | FE | 20 | 60 | 0 | 0 | 118 | 63 | 34 |
| Octal | 255 | 12 | 376 | 40 | 140 | 0 | 0 | 430 | 143 | 64 |
| Binary | 10101101 | 1010 | 11111110 | 100000 | 1100000 | 0 | 0 | 100011000 | 1100011 | 110100 |
Color Harmonies of #AD0AFE
Complementary color
Monochromatic Colors of #AD0AFE
Black with #AD0AFE
Text Example
Text Example
White with #AD0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AFE; }
p { color: rgb(173,10,254); }
H1.HeaderClassName
{
color: #AD0AFE;
}
.AnyTagClassName
{
color: #AD0AFE;
}
</style>
background-color css
<style>
a { background-color: #AD0AFE; }
a { background-color: rgb(173,10,254); }
div.DivClassName
{
background-color: #AD0AFE;
}
.BgClassName
{
background-color: #AD0AFE;
}
</style>
border-color css
<style>
span { border-color: #AD0AFE; }
span { border-color: rgb(173,10,254); }
td.TdClassName
{
border-color: #AD0AFE;
}
.TagClassName
{
border-color: #AD0AFE;
}
</style>