#AE6DED

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

Shades of Medium Purple #AE6DED

Tints of Medium Purple #AE6DED

Color information

#AE6DED (or 0xAE6DED) is unknown color: approx Medium Purple. HEX triplet: AE, 6D and ED. RGB value is (174,109,237). Sum of RGB (Red+Green+Blue) = 174+109+237=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE6DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6DED is #519212. Grayscale: #8E8E8E. Windows color (decimal): -5345811 or 15560110. OLE color: 15560110.

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

Color convert

RGB174109237-
CMYK0.270.5400.07
HSL270.47º78.05%67.84%-
HSV(B)270.47º54.01%92.94%-
XYZ38.2126.0583.14-
YUV143.03181.03150.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 109 (42.97% from 255) = 20.96%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=33.46%
G=20.96%
B=45.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741092370.270.5400.07270.4778.0567.84
HexAE6DED1B360710e4e44
Octal256155355336607416116104
Binary1010111011011011110110111011110110011110000111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6DED; }

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

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

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

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

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

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

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

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