#AE6AC6

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

Shades of Medium Orchid #AE6AC6

Tints of Medium Orchid #AE6AC6

Color information

#AE6AC6 (or 0xAE6AC6) is unknown color: approx Medium Orchid. HEX triplet: AE, 6A and C6. RGB value is (174,106,198). Sum of RGB (Red+Green+Blue) = 174+106+198=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE6AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6AC6 is #519539. Grayscale: #888888. Windows color (decimal): -5346618 or 13003438. OLE color: 13003438.

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

Color convert

RGB174106198-
CMYK0.120.4600.22
HSL284.35º44.66%59.61%-
HSV(B)284.35º46.46%77.65%-
XYZ32.823.3856.21-
YUV136.82162.53154.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 106 (41.80% from 255) = 22.18%
BLUE value IS 198 (77.73% from 255) = 41.42%
R=36.40%
G=22.18%
B=41.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741061980.120.4600.22284.3544.6659.61
HexAE6AC6C2E01611c2d3c
Octal25615230614560264345574
Binary101011101101010110001101100101110010110100011100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6AC6; }

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

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

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

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

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

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

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

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