Shades of Electric Purple #AE18F2
Tints of Electric Purple #AE18F2
RGB
CMYK
RGB Variations
Color information
#AE18F2 (or 0xAE18F2) is known color: Electric Purple. HEX triplet: AE, 18 and F2. RGB value is (174,24,242). Sum of RGB (Red+Green+Blue) = 174+24+242=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE18F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE18F2 is #51E70D. Grayscale: #5C5C5C. Windows color (decimal): -5367566 or 15866030. OLE color: 15866030.
HSL color Cylindrical-coordinate representation of color #AE18F2: hue angle of 281.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE18F2 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 24 | 242 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.05 |
| HSL | 281.28º | 0.89% | 0.52% | - |
| HSV(B) | 281.28º | 0.9% | 0.95% | - |
| XYZ | 33.81 | 16.06 | 85.32 | - |
| YUV | 93.7 | 211.7 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 242 | 0.28 | 0.90 | 0 | 0.05 | 281.28 | 0.89 | 0.52 |
| Hex | AE | 18 | F2 | 1C | 5A | 0 | 5 | 119 | 59 | 34 |
| Octal | 256 | 30 | 362 | 34 | 132 | 0 | 5 | 431 | 131 | 64 |
| Binary | 10101110 | 11000 | 11110010 | 11100 | 1011010 | 0 | 101 | 100011001 | 1011001 | 110100 |
Color Harmonies of #AE18F2
Complementary color
Monochromatic Colors of #AE18F2
Black with #AE18F2
Text Example
Text Example
White with #AE18F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE18F2; }
p { color: rgb(174,24,242); }
H1.HeaderClassName
{
color: #AE18F2;
}
.AnyTagClassName
{
color: #AE18F2;
}
</style>
background-color css
<style>
a { background-color: #AE18F2; }
a { background-color: rgb(174,24,242); }
div.DivClassName
{
background-color: #AE18F2;
}
.BgClassName
{
background-color: #AE18F2;
}
</style>
border-color css
<style>
span { border-color: #AE18F2; }
span { border-color: rgb(174,24,242); }
td.TdClassName
{
border-color: #AE18F2;
}
.TagClassName
{
border-color: #AE18F2;
}
</style>