#AE4DCA

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

Shades of Medium Orchid #AE4DCA

Tints of Medium Orchid #AE4DCA

Color information

#AE4DCA (or 0xAE4DCA) is unknown color: approx Medium Orchid. HEX triplet: AE, 4D and CA. RGB value is (174,77,202). Sum of RGB (Red+Green+Blue) = 174+77+202=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE4DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DCA is #51B235. Grayscale: #777777. Windows color (decimal): -5354038 or 13258158. OLE color: 13258158.

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

Color convert

RGB17477202-
CMYK0.140.6200.21
HSL286.56º54.11%54.71%-
HSV(B)286.56º61.88%79.22%-
XYZ30.7718.5757.84-
YUV120.25174.14166.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 77 (30.47% from 255) = 17.00%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=38.41%
G=17.00%
B=44.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174772020.140.6200.21286.5654.1154.71
HexAE4DCAE3E01511f3637
Octal25611531216760254376667
Binary101011101001101110010101110111110010101100011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4DCA; }

 p { color: rgb(174,77,202); }

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

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

 a { background-color: rgb(174,77,202); }

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

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

 span { border-color: rgb(174,77,202); }

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