#AE5BFF

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

Shades of Medium Purple #AE5BFF

Tints of Medium Purple #AE5BFF

Color information

#AE5BFF (or 0xAE5BFF) is unknown color: approx Medium Purple. HEX triplet: AE, 5B and FF. RGB value is (174,91,255). Sum of RGB (Red+Green+Blue) = 174+91+255=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5BFF is #51A400. Grayscale: #858585. Windows color (decimal): -5350401 or 16735150. OLE color: 16735150.

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

Color convert

RGB17491255-
CMYK0.320.6400
HSL270.37º100%67.84%-
HSV(B)270.37º64.31%100%-
XYZ39.2523.797.11-
YUV134.51196156.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 91 (35.94% from 255) = 17.5%
BLUE value IS 255 (100% from 255) = 49.04%
R=33.46%
G=17.5%
B=49.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174912550.320.6400270.3710067.84
HexAE5BFF20400010e6444
Octal2561333774010000416144104
Binary1010111010110111111111110000010000000010000111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BFF; }

 p { color: rgb(174,91,255); }

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

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

 a { background-color: rgb(174,91,255); }

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

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

 span { border-color: rgb(174,91,255); }

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