Shades of Electric Purple #AD1CE8
Tints of Electric Purple #AD1CE8
RGB
CMYK
RGB Variations
Color information
#AD1CE8 (or 0xAD1CE8) is known color: Electric Purple. HEX triplet: AD, 1C and E8. RGB value is (173,28,232). Sum of RGB (Red+Green+Blue) = 173+28+232=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD1CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CE8 is #52E317. Grayscale: #5D5D5D. Windows color (decimal): -5432088 or 15211693. OLE color: 15211693.
HSL color Cylindrical-coordinate representation of color #AD1CE8: hue angle of 282.65º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1CE8 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 28 | 232 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.09 |
| HSL | 282.65º | 0.82% | 0.51% | - |
| HSV(B) | 282.65º | 0.88% | 0.91% | - |
| XYZ | 32.21 | 15.54 | 77.65 | - |
| YUV | 94.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 232 | 0.25 | 0.88 | 0 | 0.09 | 282.65 | 0.82 | 0.51 |
| Hex | AD | 1C | E8 | 19 | 58 | 0 | 9 | 11B | 52 | 33 |
| Octal | 255 | 34 | 350 | 31 | 130 | 0 | 11 | 433 | 122 | 63 |
| Binary | 10101101 | 11100 | 11101000 | 11001 | 1011000 | 0 | 1001 | 100011011 | 1010010 | 110011 |
Color Harmonies of #AD1CE8
Complementary color
Monochromatic Colors of #AD1CE8
Black with #AD1CE8
Text Example
Text Example
White with #AD1CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CE8; }
p { color: rgb(173,28,232); }
H1.HeaderClassName
{
color: #AD1CE8;
}
.AnyTagClassName
{
color: #AD1CE8;
}
</style>
background-color css
<style>
a { background-color: #AD1CE8; }
a { background-color: rgb(173,28,232); }
div.DivClassName
{
background-color: #AD1CE8;
}
.BgClassName
{
background-color: #AD1CE8;
}
</style>
border-color css
<style>
span { border-color: #AD1CE8; }
span { border-color: rgb(173,28,232); }
td.TdClassName
{
border-color: #AD1CE8;
}
.TagClassName
{
border-color: #AD1CE8;
}
</style>