#AE6BC5

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

Shades of Medium Orchid #AE6BC5

Tints of Medium Orchid #AE6BC5

Color information

#AE6BC5 (or 0xAE6BC5) is unknown color: approx Medium Orchid. HEX triplet: AE, 6B and C5. RGB value is (174,107,197). Sum of RGB (Red+Green+Blue) = 174+107+197=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE6BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BC5 is #51943A. Grayscale: #898989. Windows color (decimal): -5346363 or 12938158. OLE color: 12938158.

HSL color Cylindrical-coordinate representation of color #AE6BC5: hue angle of 284.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6BC5 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174107197-
CMYK0.120.4600.23
HSL284.67º43.69%59.61%-
HSV(B)284.67º45.69%77.25%-
XYZ32.7923.5555.64-
YUV137.29161.7154.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 197 (77.34% from 255) = 41.21%
R=36.40%
G=22.38%
B=41.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741071970.120.4600.23284.6743.6959.61
HexAE6BC5C2E01711d2c3c
Octal25615330514560274355474
Binary101011101101011110001011100101110010111100011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BC5; }

 p { color: rgb(174,107,197); }

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

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

 a { background-color: rgb(174,107,197); }

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

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

 span { border-color: rgb(174,107,197); }

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