#AE6CC0

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

Shades of Medium Orchid #AE6CC0

Tints of Medium Orchid #AE6CC0

Color information

#AE6CC0 (or 0xAE6CC0) is unknown color: approx Medium Orchid. HEX triplet: AE, 6C and C0. RGB value is (174,108,192). Sum of RGB (Red+Green+Blue) = 174+108+192=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE6CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CC0 is #51933F. Grayscale: #898989. Windows color (decimal): -5346112 or 12610734. OLE color: 12610734.

HSL color Cylindrical-coordinate representation of color #AE6CC0: hue angle of 287.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6CC0 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174108192-
CMYK0.090.4400.25
HSL287.14º40%58.82%-
HSV(B)287.14º43.75%75.29%-
XYZ32.3323.5352.71-
YUV137.31158.87154.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 192 (75.39% from 255) = 40.51%
R=36.71%
G=22.78%
B=40.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741081920.090.4400.25287.144058.82
HexAE6CC092C01911f283b
Octal25615430011540314375073
Binary101011101101100110000001001101100011001100011111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6CC0; }

 p { color: rgb(174,108,192); }

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

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

 a { background-color: rgb(174,108,192); }

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

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

 span { border-color: rgb(174,108,192); }

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