#AE56DD

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

Shades of Medium Orchid #AE56DD

Tints of Medium Orchid #AE56DD

Color information

#AE56DD (or 0xAE56DD) is unknown color: approx Medium Orchid. HEX triplet: AE, 56 and DD. RGB value is (174,86,221). Sum of RGB (Red+Green+Blue) = 174+86+221=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE56DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56DD is #51A922. Grayscale: #7F7F7F. Windows color (decimal): -5351715 or 14505646. OLE color: 14505646.

HSL color Cylindrical-coordinate representation of color #AE56DD: hue angle of 279.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE56DD is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17486221-
CMYK0.210.6100.13
HSL279.11º66.5%60.2%-
HSV(B)279.11º61.09%86.67%-
XYZ33.8320.8770.65-
YUV127.7180.65161.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 86 (33.98% from 255) = 17.88%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=36.17%
G=17.88%
B=45.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174862210.210.6100.13279.1166.560.2
HexAE56DD153D0D117433c
Octal256126335257501542710374
Binary1010111010101101101110110101111101011011000101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56DD; }

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

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

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

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

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

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

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

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