#AE68C6

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

Shades of Medium Orchid #AE68C6

Tints of Medium Orchid #AE68C6

Color information

#AE68C6 (or 0xAE68C6) is unknown color: approx Medium Orchid. HEX triplet: AE, 68 and C6. RGB value is (174,104,198). Sum of RGB (Red+Green+Blue) = 174+104+198=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE68C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68C6 is #519739. Grayscale: #878787. Windows color (decimal): -5347130 or 13002926. OLE color: 13002926.

HSL color Cylindrical-coordinate representation of color #AE68C6: hue angle of 284.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE68C6 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174104198-
CMYK0.120.4700.22
HSL284.68º45.19%59.22%-
HSV(B)284.68º47.47%77.65%-
XYZ32.622.9856.14-
YUV135.65163.19155.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 198 (77.73% from 255) = 41.60%
R=36.55%
G=21.85%
B=41.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741041980.120.4700.22284.6845.1959.22
HexAE68C6C2F01611d2d3b
Octal25615030614570264355573
Binary101011101101000110001101100101111010110100011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68C6; }

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

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

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

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

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

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

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

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