#AE56BF

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

Shades of Medium Orchid #AE56BF

Tints of Medium Orchid #AE56BF

Color information

#AE56BF (or 0xAE56BF) is unknown color: approx Medium Orchid. HEX triplet: AE, 56 and BF. RGB value is (174,86,191). Sum of RGB (Red+Green+Blue) = 174+86+191=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE56BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56BF is #51A940. Grayscale: #7B7B7B. Windows color (decimal): -5351745 or 12539566. OLE color: 12539566.

HSL color Cylindrical-coordinate representation of color #AE56BF: hue angle of 290.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE56BF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17486191-
CMYK0.090.5500.25
HSL290.29º45.06%54.31%-
HSV(B)290.29º54.97%74.9%-
XYZ30.1919.4251.45-
YUV124.28165.65163.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 191 (75% from 255) = 42.35%
R=38.58%
G=19.07%
B=42.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174861910.090.5500.25290.2945.0654.31
HexAE56BF9370191222d36
Octal25612627711670314425566
Binary101011101010110101111111001110111011001100100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56BF; }

 p { color: rgb(174,86,191); }

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

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

 a { background-color: rgb(174,86,191); }

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

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

 span { border-color: rgb(174,86,191); }

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