#AE5BDC

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

Shades of Medium Orchid #AE5BDC

Tints of Medium Orchid #AE5BDC

Color information

#AE5BDC (or 0xAE5BDC) is unknown color: approx Medium Orchid. HEX triplet: AE, 5B and DC. RGB value is (174,91,220). Sum of RGB (Red+Green+Blue) = 174+91+220=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BDC is #51A423. Grayscale: #828282. Windows color (decimal): -5350436 or 14441390. OLE color: 14441390.

HSL color Cylindrical-coordinate representation of color #AE5BDC: hue angle of 278.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE5BDC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17491220-
CMYK0.210.5900.14
HSL278.6º64.82%60.98%-
HSV(B)278.6º58.64%86.27%-
XYZ34.1121.6570.09-
YUV130.52178.5159.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 91 (35.94% from 255) = 18.76%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=35.88%
G=18.76%
B=45.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174912200.210.5900.14278.664.8260.98
HexAE5BDC153B0E117413d
Octal256133334257301642710175
Binary1010111010110111101110010101111011011101000101111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BDC; }

 p { color: rgb(174,91,220); }

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

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

 a { background-color: rgb(174,91,220); }

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

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

 span { border-color: rgb(174,91,220); }

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