#AE5CC8

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

Shades of Medium Orchid #AE5CC8

Tints of Medium Orchid #AE5CC8

Color information

#AE5CC8 (or 0xAE5CC8) is unknown color: approx Medium Orchid. HEX triplet: AE, 5C and C8. RGB value is (174,92,200). Sum of RGB (Red+Green+Blue) = 174+92+200=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE5CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CC8 is #51A337. Grayscale: #808080. Windows color (decimal): -5350200 or 13130926. OLE color: 13130926.

HSL color Cylindrical-coordinate representation of color #AE5CC8: hue angle of 285.56º degrees, saturation: 0.5, 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 #AE5CC8 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17492200-
CMYK0.130.5400.22
HSL285.56º49.54%57.25%-
HSV(B)285.56º54%78.43%-
XYZ31.7120.8256.99-
YUV128.83168.17160.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 92 (36.33% from 255) = 19.74%
BLUE value IS 200 (78.52% from 255) = 42.92%
R=37.34%
G=19.74%
B=42.92%

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
Decimal174922000.130.5400.22285.5649.5457.25
HexAE5CC8D3601611e3239
Octal25613431015660264366271
Binary101011101011100110010001101110110010110100011110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CC8; }

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

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

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

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

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

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

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

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