#AE6EC4

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

Shades of Amethyst #AE6EC4

Tints of Amethyst #AE6EC4

Color information

#AE6EC4 (or 0xAE6EC4) is unknown color: approx Amethyst. HEX triplet: AE, 6E and C4. RGB value is (174,110,196). Sum of RGB (Red+Green+Blue) = 174+110+196=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE6EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EC4 is #51913B. Grayscale: #8A8A8A. Windows color (decimal): -5345596 or 12873390. OLE color: 12873390.

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

Color convert

RGB174110196-
CMYK0.110.4400.23
HSL284.65º42.16%60%-
HSV(B)284.65º43.88%76.86%-
XYZ3324.1455.14-
YUV138.94160.2153.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=36.25%
G=22.92%
B=40.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741101960.110.4400.23284.6542.1660
HexAE6EC4B2C01711d2a3c
Octal25615630413540274355274
Binary101011101101110110001001011101100010111100011101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EC4; }

 p { color: rgb(174,110,196); }

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

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

 a { background-color: rgb(174,110,196); }

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

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

 span { border-color: rgb(174,110,196); }

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