Shades of Electric Purple #AE0BFE
Tints of Electric Purple #AE0BFE
RGB
CMYK
RGB Variations
Color information
#AE0BFE (or 0xAE0BFE) is known color: Electric Purple. HEX triplet: AE, 0B and FE. RGB value is (174,11,254). Sum of RGB (Red+Green+Blue) = 174+11+254=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0BFE is #51F401. Grayscale: #565656. Windows color (decimal): -5370882 or 16649134. OLE color: 16649134.
HSL color Cylindrical-coordinate representation of color #AE0BFE: hue angle of 280.25º 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 #AE0BFE is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 11 | 254 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.00 |
| HSL | 280.25º | 0.99% | 0.52% | - |
| HSV(B) | 280.25º | 0.96% | 1% | - |
| XYZ | 35.46 | 16.39 | 95.06 | - |
| YUV | 87.44 | 222 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 11 | 254 | 0.31 | 0.96 | 0 | 0.00 | 280.25 | 0.99 | 0.52 |
| Hex | AE | B | FE | 1F | 60 | 0 | 0 | 118 | 63 | 34 |
| Octal | 256 | 13 | 376 | 37 | 140 | 0 | 0 | 430 | 143 | 64 |
| Binary | 10101110 | 1011 | 11111110 | 11111 | 1100000 | 0 | 0 | 100011000 | 1100011 | 110100 |
Color Harmonies of #AE0BFE
Complementary color
Monochromatic Colors of #AE0BFE
Black with #AE0BFE
Text Example
Text Example
White with #AE0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0BFE; }
p { color: rgb(174,11,254); }
H1.HeaderClassName
{
color: #AE0BFE;
}
.AnyTagClassName
{
color: #AE0BFE;
}
</style>
background-color css
<style>
a { background-color: #AE0BFE; }
a { background-color: rgb(174,11,254); }
div.DivClassName
{
background-color: #AE0BFE;
}
.BgClassName
{
background-color: #AE0BFE;
}
</style>
border-color css
<style>
span { border-color: #AE0BFE; }
span { border-color: rgb(174,11,254); }
td.TdClassName
{
border-color: #AE0BFE;
}
.TagClassName
{
border-color: #AE0BFE;
}
</style>