#AE4BE8

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

Shades of Medium Orchid #AE4BE8

Tints of Medium Orchid #AE4BE8

Color information

#AE4BE8 (or 0xAE4BE8) is unknown color: approx Medium Orchid. HEX triplet: AE, 4B and E8. RGB value is (174,75,232). Sum of RGB (Red+Green+Blue) = 174+75+232=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE4BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4BE8 is #51B417. Grayscale: #797979. Windows color (decimal): -5354520 or 15223726. OLE color: 15223726.

HSL color Cylindrical-coordinate representation of color #AE4BE8: hue angle of 277.83º degrees, saturation: 0.77, 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 #AE4BE8 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17475232-
CMYK0.250.6800.09
HSL277.83º77.34%60.2%-
HSV(B)277.83º67.67%90.98%-
XYZ34.5419.8678.36-
YUV122.5189.8164.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 75 (29.69% from 255) = 15.59%
BLUE value IS 232 (91.02% from 255) = 48.23%
R=36.17%
G=15.59%
B=48.23%

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
Decimal174752320.250.6800.09277.8377.3460.2
HexAE4BE81944091164d3c
Octal2561133503110401142611574
Binary10101110100101111101000110011000100010011000101101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BE8; }

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

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

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

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

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

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

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

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