Shades of Electric Purple #AD1CEA
Tints of Electric Purple #AD1CEA
RGB
CMYK
RGB Variations
Color information
#AD1CEA (or 0xAD1CEA) is known color: Electric Purple. HEX triplet: AD, 1C and EA. RGB value is (173,28,234). Sum of RGB (Red+Green+Blue) = 173+28+234=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD1CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CEA is #52E315. Grayscale: #5E5E5E. Windows color (decimal): -5432086 or 15342765. OLE color: 15342765.
HSL color Cylindrical-coordinate representation of color #AD1CEA: hue angle of 282.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1CEA is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 28 | 234 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.08 |
| HSL | 282.23º | 0.83% | 0.51% | - |
| HSV(B) | 282.23º | 0.88% | 0.92% | - |
| XYZ | 32.5 | 15.66 | 79.15 | - |
| YUV | 94.84 | 206.54 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 234 | 0.26 | 0.88 | 0 | 0.08 | 282.23 | 0.83 | 0.51 |
| Hex | AD | 1C | EA | 1A | 58 | 0 | 8 | 11A | 53 | 33 |
| Octal | 255 | 34 | 352 | 32 | 130 | 0 | 10 | 432 | 123 | 63 |
| Binary | 10101101 | 11100 | 11101010 | 11010 | 1011000 | 0 | 1000 | 100011010 | 1010011 | 110011 |
Color Harmonies of #AD1CEA
Complementary color
Monochromatic Colors of #AD1CEA
Black with #AD1CEA
Text Example
Text Example
White with #AD1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CEA; }
p { color: rgb(173,28,234); }
H1.HeaderClassName
{
color: #AD1CEA;
}
.AnyTagClassName
{
color: #AD1CEA;
}
</style>
background-color css
<style>
a { background-color: #AD1CEA; }
a { background-color: rgb(173,28,234); }
div.DivClassName
{
background-color: #AD1CEA;
}
.BgClassName
{
background-color: #AD1CEA;
}
</style>
border-color css
<style>
span { border-color: #AD1CEA; }
span { border-color: rgb(173,28,234); }
td.TdClassName
{
border-color: #AD1CEA;
}
.TagClassName
{
border-color: #AD1CEA;
}
</style>