#AE71EB

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

Shades of Medium Purple #AE71EB

Tints of Medium Purple #AE71EB

Color information

#AE71EB (or 0xAE71EB) is unknown color: approx Medium Purple. HEX triplet: AE, 71 and EB. RGB value is (174,113,235). Sum of RGB (Red+Green+Blue) = 174+113+235=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE71EB is #518E14. Grayscale: #909090. Windows color (decimal): -5344789 or 15430062. OLE color: 15430062.

HSL color Cylindrical-coordinate representation of color #AE71EB: hue angle of 270º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE71EB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174113235-
CMYK0.260.5200.08
HSL270º75.31%68.24%-
HSV(B)270º51.91%92.16%-
XYZ38.3626.8181.75-
YUV145.15178.71148.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=33.33%
G=21.65%
B=45.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741132350.260.5200.0827075.3168.24
HexAE71EB1A340810e4b44
Octal2561613533264010416113104
Binary10101110111000111101011110101101000100010000111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71EB; }

 p { color: rgb(174,113,235); }

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

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

 a { background-color: rgb(174,113,235); }

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

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

 span { border-color: rgb(174,113,235); }

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