Shades of Electric Purple #AA18FE
Tints of Electric Purple #AA18FE
RGB
CMYK
RGB Variations
Color information
#AA18FE (or 0xAA18FE) is known color: Electric Purple. HEX triplet: AA, 18 and FE. RGB value is (170,24,254). Sum of RGB (Red+Green+Blue) = 170+24+254=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA18FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18FE is #55E701. Grayscale: #5D5D5D. Windows color (decimal): -5629698 or 16652458. OLE color: 16652458.
HSL color Cylindrical-coordinate representation of color #AA18FE: hue angle of 278.09º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA18FE is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 24 | 254 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.00 |
| HSL | 278.09º | 0.99% | 0.55% | - |
| HSV(B) | 278.09º | 0.91% | 1% | - |
| XYZ | 34.79 | 16.36 | 95.09 | - |
| YUV | 93.87 | 218.37 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 254 | 0.33 | 0.91 | 0 | 0.00 | 278.09 | 0.99 | 0.55 |
| Hex | AA | 18 | FE | 21 | 5B | 0 | 0 | 116 | 63 | 37 |
| Octal | 252 | 30 | 376 | 41 | 133 | 0 | 0 | 426 | 143 | 67 |
| Binary | 10101010 | 11000 | 11111110 | 100001 | 1011011 | 0 | 0 | 100010110 | 1100011 | 110111 |
Color Harmonies of #AA18FE
Complementary color
Monochromatic Colors of #AA18FE
Black with #AA18FE
Text Example
Text Example
White with #AA18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18FE; }
p { color: rgb(170,24,254); }
H1.HeaderClassName
{
color: #AA18FE;
}
.AnyTagClassName
{
color: #AA18FE;
}
</style>
background-color css
<style>
a { background-color: #AA18FE; }
a { background-color: rgb(170,24,254); }
div.DivClassName
{
background-color: #AA18FE;
}
.BgClassName
{
background-color: #AA18FE;
}
</style>
border-color css
<style>
span { border-color: #AA18FE; }
span { border-color: rgb(170,24,254); }
td.TdClassName
{
border-color: #AA18FE;
}
.TagClassName
{
border-color: #AA18FE;
}
</style>