#AE4BE7

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

Shades of Medium Orchid #AE4BE7

Tints of Medium Orchid #AE4BE7

Color information

#AE4BE7 (or 0xAE4BE7) is unknown color: approx Medium Orchid. HEX triplet: AE, 4B and E7. RGB value is (174,75,231). Sum of RGB (Red+Green+Blue) = 174+75+231=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE4BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4BE7 is #51B418. Grayscale: #797979. Windows color (decimal): -5354521 or 15158190. OLE color: 15158190.

HSL color Cylindrical-coordinate representation of color #AE4BE7: hue angle of 278.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE4BE7 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17475231-
CMYK0.250.6800.09
HSL278.08º76.47%60%-
HSV(B)278.08º67.53%90.59%-
XYZ34.419.877.61-
YUV122.38189.3164.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 75 (29.69% from 255) = 15.62%
BLUE value IS 231 (90.62% from 255) = 48.12%
R=36.25%
G=15.62%
B=48.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174752310.250.6800.09278.0876.4760
HexAE4BE71944091164c3c
Octal2561133473110401142611474
Binary10101110100101111100111110011000100010011000101101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BE7; }

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

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

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

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

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

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

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

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