#ae56cd

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

Shades of Medium Orchid #AE56CD

Tints of Medium Orchid #AE56CD

Color information

#AE56CD (or 0xAE56CD) is unknown color: approx Medium Orchid. HEX triplet: AE, 56 and CD. RGB value is (174,86,205). Sum of RGB (Red+Green+Blue) = 174+86+205=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE56CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56CD is #51A932. Grayscale: #7D7D7D. Windows color (decimal): -5351731 or 13457070. OLE color: 13457070.

HSL color Cylindrical-coordinate representation of color #AE56CD: hue angle of 284.37º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE56CD is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17486205-
CMYK0.150.5800.20
HSL284.37º54.34%57.06%-
HSV(B)284.37º58.05%80.39%-
XYZ31.820.0659.95-
YUV125.88172.65162.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=37.42%
G=18.49%
B=44.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174862050.150.5800.20284.3754.3457.06
HexAE56CDF3A01411c3639
Octal25612631517720244346671
Binary101011101010110110011011111111010010100100011100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae56cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae56cd; }

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

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

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

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

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

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

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

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