#AE79ED

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

Shades of Medium Purple #AE79ED

Tints of Medium Purple #AE79ED

Color information

#AE79ED (or 0xAE79ED) is unknown color: approx Medium Purple. HEX triplet: AE, 79 and ED. RGB value is (174,121,237). Sum of RGB (Red+Green+Blue) = 174+121+237=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE79ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE79ED is #518612. Grayscale: #959595. Windows color (decimal): -5342739 or 15563182. OLE color: 15563182.

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

Color convert

RGB174121237-
CMYK0.270.4900.07
HSL267.41º76.32%70.2%-
HSV(B)267.41º48.95%92.94%-
XYZ39.5828.7983.59-
YUV150.07177.06145.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=32.71%
G=22.74%
B=44.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741212370.270.4900.07267.4176.3270.2
HexAE79ED1B310710b4c46
Octal256171355336107413114106
Binary1010111011110011110110111011110001011110000101110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79ED; }

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

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

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

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

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

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

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

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