#AE68C0

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

Shades of Medium Orchid #AE68C0

Tints of Medium Orchid #AE68C0

Color information

#AE68C0 (or 0xAE68C0) is unknown color: approx Medium Orchid. HEX triplet: AE, 68 and C0. RGB value is (174,104,192). Sum of RGB (Red+Green+Blue) = 174+104+192=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE68C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68C0 is #51973F. Grayscale: #868686. Windows color (decimal): -5347136 or 12609710. OLE color: 12609710.

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

Color convert

RGB174104192-
CMYK0.090.4600.25
HSL287.73º41.12%58.04%-
HSV(B)287.73º45.83%75.29%-
XYZ31.9222.7152.57-
YUV134.96160.19155.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=37.02%
G=22.13%
B=40.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741041920.090.4600.25287.7341.1258.04
HexAE68C092E019120293a
Octal25615030011560314405172
Binary101011101101000110000001001101110011001100100000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68C0; }

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

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

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

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

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

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

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

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