#AE5DC8

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

Shades of Medium Orchid #AE5DC8

Tints of Medium Orchid #AE5DC8

Color information

#AE5DC8 (or 0xAE5DC8) is unknown color: approx Medium Orchid. HEX triplet: AE, 5D and C8. RGB value is (174,93,200). Sum of RGB (Red+Green+Blue) = 174+93+200=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE5DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DC8 is #51A237. Grayscale: #818181. Windows color (decimal): -5349944 or 13131182. OLE color: 13131182.

HSL color Cylindrical-coordinate representation of color #AE5DC8: hue angle of 285.42º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5DC8 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17493200-
CMYK0.130.5400.22
HSL285.42º49.31%57.45%-
HSV(B)285.42º53.5%78.43%-
XYZ31.82157.02-
YUV129.42167.84159.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=37.26%
G=19.91%
B=42.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174932000.130.5400.22285.4249.3157.45
HexAE5DC8D3601611d3139
Octal25613531015660264356171
Binary101011101011101110010001101110110010110100011101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DC8; }

 p { color: rgb(174,93,200); }

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

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

 a { background-color: rgb(174,93,200); }

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

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

 span { border-color: rgb(174,93,200); }

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