#ae5efe

Color #AE5EFE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AE5EFE

Tints of Medium Purple #AE5EFE

Color information

#AE5EFE (or 0xAE5EFE) is unknown color: approx Medium Purple. HEX triplet: AE, 5E and FE. RGB value is (174,94,254). Sum of RGB (Red+Green+Blue) = 174+94+254=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5EFE is #51A101. Grayscale: #878787. Windows color (decimal): -5349634 or 16670382. OLE color: 16670382.

HSL color Cylindrical-coordinate representation of color #AE5EFE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE5EFE is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17494254-
CMYK0.310.6300.00
HSL270º98.77%68.24%-
HSV(B)270º62.99%99.61%-
XYZ39.3524.1696.36-
YUV136.16194.5154.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 18.01%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=33.33%
G=18.01%
B=48.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal174942540.310.6300.0027098.7768.24
HexAE5EFE1F3F0010e6344
Octal256136376377700416143104
Binary10101110101111011111110111111111110010000111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5efe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5efe; }

 p { color: rgb(174,94,254); }

 H1.HeaderClassName
 {
   color: #ae5efe;
 }
 .AnyTagClassName
 {
   color: #ae5efe;
 }
</style>
background-color css

<style>
 a { background-color: #ae5efe; }

 a { background-color: rgb(174,94,254); }

 div.DivClassName
 {
   background-color: #ae5efe;
 }
 .BgClassName
 {
   background-color: #ae5efe;
 }
</style>
border-color css

<style>
 span { border-color: #ae5efe; }

 span { border-color: rgb(174,94,254); }

 td.TdClassName
 {
   border-color: #ae5efe;
 }
 .TagClassName
 {
   border-color: #ae5efe;
 }
</style>