#AE77E1

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

Shades of Medium Purple #AE77E1

Tints of Medium Purple #AE77E1

Color information

#AE77E1 (or 0xAE77E1) is unknown color: approx Medium Purple. HEX triplet: AE, 77 and E1. RGB value is (174,119,225). Sum of RGB (Red+Green+Blue) = 174+119+225=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE77E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77E1 is #51881E. Grayscale: #939393. Windows color (decimal): -5343263 or 14776238. OLE color: 14776238.

HSL color Cylindrical-coordinate representation of color #AE77E1: hue angle of 271.13º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE77E1 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174119225-
CMYK0.230.4700.12
HSL271.13º63.86%67.45%-
HSV(B)271.13º47.11%88.24%-
XYZ37.6427.6374.58-
YUV147.53171.72146.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=33.59%
G=22.97%
B=43.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741192250.230.4700.12271.1363.8667.45
HexAE77E1172F0C10f4043
Octal2561673412757014417100103
Binary10101110111011111100001101111011110110010000111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77E1; }

 p { color: rgb(174,119,225); }

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

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

 a { background-color: rgb(174,119,225); }

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

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

 span { border-color: rgb(174,119,225); }

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