#AE7DEC

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

Shades of Medium Purple #AE7DEC

Tints of Medium Purple #AE7DEC

Color information

#AE7DEC (or 0xAE7DEC) is unknown color: approx Medium Purple. HEX triplet: AE, 7D and EC. RGB value is (174,125,236). Sum of RGB (Red+Green+Blue) = 174+125+236=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7DEC is #518213. Grayscale: #979797. Windows color (decimal): -5341716 or 15498670. OLE color: 15498670.

HSL color Cylindrical-coordinate representation of color #AE7DEC: hue angle of 266.49º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE7DEC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174125236-
CMYK0.260.4700.07
HSL266.49º74.5%70.78%-
HSV(B)266.49º47.03%92.55%-
XYZ39.9329.7282.99-
YUV152.3175.23143.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=32.52%
G=23.36%
B=44.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741252360.260.4700.07266.4974.570.78
HexAE7DEC1A2F0710a4a47
Octal256175354325707412112107
Binary1010111011111011110110011010101111011110000101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DEC; }

 p { color: rgb(174,125,236); }

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

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

 a { background-color: rgb(174,125,236); }

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

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

 span { border-color: rgb(174,125,236); }

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