#AE5CC9

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

Shades of Medium Orchid #AE5CC9

Tints of Medium Orchid #AE5CC9

Color information

#AE5CC9 (or 0xAE5CC9) is unknown color: approx Medium Orchid. HEX triplet: AE, 5C and C9. RGB value is (174,92,201). Sum of RGB (Red+Green+Blue) = 174+92+201=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE5CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CC9 is #51A336. Grayscale: #808080. Windows color (decimal): -5350199 or 13196462. OLE color: 13196462.

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

Color convert

RGB17492201-
CMYK0.130.5400.21
HSL285.14º50.23%57.45%-
HSV(B)285.14º54.23%78.82%-
XYZ31.8320.8757.61-
YUV128.94168.67160.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 201 (78.91% from 255) = 43.04%
R=37.26%
G=19.70%
B=43.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174922010.130.5400.21285.1450.2357.45
HexAE5CC9D3601511d3239
Octal25613431115660254356271
Binary101011101011100110010011101110110010101100011101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CC9; }

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

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

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

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

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

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

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

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