Shades of Electric Purple #AE0FFB
Tints of Electric Purple #AE0FFB
RGB
CMYK
RGB Variations
Color information
#AE0FFB (or 0xAE0FFB) is known color: Electric Purple. HEX triplet: AE, 0F and FB. RGB value is (174,15,251). Sum of RGB (Red+Green+Blue) = 174+15+251=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE0FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0FFB is #51F004. Grayscale: #585858. Windows color (decimal): -5369861 or 16453550. OLE color: 16453550.
HSL color Cylindrical-coordinate representation of color #AE0FFB: hue angle of 280.42º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0FFB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 15 | 251 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.02 |
| HSL | 280.42º | 0.97% | 0.52% | - |
| HSV(B) | 280.42º | 0.94% | 0.98% | - |
| XYZ | 35.04 | 16.31 | 92.57 | - |
| YUV | 89.45 | 219.18 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 251 | 0.31 | 0.94 | 0 | 0.02 | 280.42 | 0.97 | 0.52 |
| Hex | AE | F | FB | 1F | 5E | 0 | 2 | 118 | 61 | 34 |
| Octal | 256 | 17 | 373 | 37 | 136 | 0 | 2 | 430 | 141 | 64 |
| Binary | 10101110 | 1111 | 11111011 | 11111 | 1011110 | 0 | 10 | 100011000 | 1100001 | 110100 |
Color Harmonies of #AE0FFB
Complementary color
Monochromatic Colors of #AE0FFB
Black with #AE0FFB
Text Example
Text Example
White with #AE0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FFB; }
p { color: rgb(174,15,251); }
H1.HeaderClassName
{
color: #AE0FFB;
}
.AnyTagClassName
{
color: #AE0FFB;
}
</style>
background-color css
<style>
a { background-color: #AE0FFB; }
a { background-color: rgb(174,15,251); }
div.DivClassName
{
background-color: #AE0FFB;
}
.BgClassName
{
background-color: #AE0FFB;
}
</style>
border-color css
<style>
span { border-color: #AE0FFB; }
span { border-color: rgb(174,15,251); }
td.TdClassName
{
border-color: #AE0FFB;
}
.TagClassName
{
border-color: #AE0FFB;
}
</style>