#ae4dce

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

Shades of Medium Orchid #AE4DCE

Tints of Medium Orchid #AE4DCE

Color information

#AE4DCE (or 0xAE4DCE) is unknown color: approx Medium Orchid. HEX triplet: AE, 4D and CE. RGB value is (174,77,206). Sum of RGB (Red+Green+Blue) = 174+77+206=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE4DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DCE is #51B231. Grayscale: #787878. Windows color (decimal): -5354034 or 13520302. OLE color: 13520302.

HSL color Cylindrical-coordinate representation of color #AE4DCE: hue angle of 285.12º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4DCE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17477206-
CMYK0.160.6300.19
HSL285.12º56.83%55.49%-
HSV(B)285.12º62.62%80.78%-
XYZ31.2518.7660.37-
YUV120.71176.14166.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=38.07%
G=16.85%
B=45.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174772060.160.6300.19285.1256.8355.49
HexAE4DCE103F01311d3937
Octal25611531620770234357167
Binary1010111010011011100111010000111111010011100011101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae4dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae4dce; }

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

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

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

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

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

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

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

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