#AE7DED

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

Shades of Medium Purple #AE7DED

Tints of Medium Purple #AE7DED

Color information

#AE7DED (or 0xAE7DED) is unknown color: approx Medium Purple. HEX triplet: AE, 7D and ED. RGB value is (174,125,237). Sum of RGB (Red+Green+Blue) = 174+125+237=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7DED is #518212. Grayscale: #989898. Windows color (decimal): -5341715 or 15564206. OLE color: 15564206.

HSL color Cylindrical-coordinate representation of color #AE7DED: hue angle of 266.25º degrees, saturation: 0.76, 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 #AE7DED is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174125237-
CMYK0.270.4700.07
HSL266.25º75.68%70.98%-
HSV(B)266.25º47.26%92.94%-
XYZ40.0829.7883.76-
YUV152.42175.73143.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 125 (49.22% from 255) = 23.32%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=32.46%
G=23.32%
B=44.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741252370.270.4700.07266.2575.6870.98
HexAE7DED1B2F0710a4c47
Octal256175355335707412114107
Binary1010111011111011110110111011101111011110000101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DED; }

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

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

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

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

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

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

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

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