#AE77ED

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

Shades of Medium Purple #AE77ED

Tints of Medium Purple #AE77ED

Color information

#AE77ED (or 0xAE77ED) is unknown color: approx Medium Purple. HEX triplet: AE, 77 and ED. RGB value is (174,119,237). Sum of RGB (Red+Green+Blue) = 174+119+237=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE77ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE77ED is #518812. Grayscale: #949494. Windows color (decimal): -5343251 or 15562670. OLE color: 15562670.

HSL color Cylindrical-coordinate representation of color #AE77ED: hue angle of 267.97º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE77ED is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174119237-
CMYK0.270.5000.07
HSL267.97º76.62%69.8%-
HSV(B)267.97º49.79%92.94%-
XYZ39.3428.3183.51-
YUV148.9177.72145.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=32.83%
G=22.45%
B=44.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741192370.270.5000.07267.9776.6269.8
HexAE77ED1B320710c4d46
Octal256167355336207414115106
Binary1010111011101111110110111011110010011110000110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77ED; }

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

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

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

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

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

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

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

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