#AE56E3

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

Shades of Medium Orchid #AE56E3

Tints of Medium Orchid #AE56E3

Color information

#AE56E3 (or 0xAE56E3) is unknown color: approx Medium Orchid. HEX triplet: AE, 56 and E3. RGB value is (174,86,227). Sum of RGB (Red+Green+Blue) = 174+86+227=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 227 - color contains mainly: blue. Hex color #AE56E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56E3 is #51A91C. Grayscale: #7F7F7F. Windows color (decimal): -5351709 or 14898862. OLE color: 14898862.

HSL color Cylindrical-coordinate representation of color #AE56E3: hue angle of 277.45º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE56E3 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17486227-
CMYK0.230.6200.11
HSL277.45º71.57%61.37%-
HSV(B)277.45º62.11%89.02%-
XYZ34.6521.274.94-
YUV128.39183.65160.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 86 (33.98% from 255) = 17.66%
BLUE value IS 227 (89.06% from 255) = 46.61%
R=35.73%
G=17.66%
B=46.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174862270.230.6200.11277.4571.5761.37
HexAE56E3173E0B115483d
Octal256126343277601342511075
Binary1010111010101101110001110111111110010111000101011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56E3; }

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

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

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

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

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

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

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

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