#AE4BEC

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

Shades of Medium Orchid #AE4BEC

Tints of Medium Orchid #AE4BEC

Color information

#AE4BEC (or 0xAE4BEC) is unknown color: approx Medium Orchid. HEX triplet: AE, 4B and EC. RGB value is (174,75,236). Sum of RGB (Red+Green+Blue) = 174+75+236=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4BEC is #51B413. Grayscale: #7A7A7A. Windows color (decimal): -5354516 or 15485870. OLE color: 15485870.

HSL color Cylindrical-coordinate representation of color #AE4BEC: hue angle of 276.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE4BEC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17475236-
CMYK0.260.6800.07
HSL276.89º80.9%60.98%-
HSV(B)276.89º68.22%92.55%-
XYZ35.1120.0981.38-
YUV122.95191.8164.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 75 (29.69% from 255) = 15.46%
BLUE value IS 236 (92.58% from 255) = 48.66%
R=35.88%
G=15.46%
B=48.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174752360.260.6800.07276.8980.960.98
HexAE4BEC1A4407115513d
Octal256113354321040742512175
Binary1010111010010111110110011010100010001111000101011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BEC; }

 p { color: rgb(174,75,236); }

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

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

 a { background-color: rgb(174,75,236); }

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

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

 span { border-color: rgb(174,75,236); }

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