#AE6ED5

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

Shades of Amethyst #AE6ED5

Tints of Amethyst #AE6ED5

Color information

#AE6ED5 (or 0xAE6ED5) is unknown color: approx Amethyst. HEX triplet: AE, 6E and D5. RGB value is (174,110,213). Sum of RGB (Red+Green+Blue) = 174+110+213=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE6ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ED5 is #51912A. Grayscale: #8C8C8C. Windows color (decimal): -5345579 or 13987502. OLE color: 13987502.

HSL color Cylindrical-coordinate representation of color #AE6ED5: hue angle of 277.28º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE6ED5 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174110213-
CMYK0.180.4800.16
HSL277.28º55.08%63.33%-
HSV(B)277.28º48.36%83.53%-
XYZ35.0424.9565.92-
YUV140.88168.7151.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=35.01%
G=22.13%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741102130.180.4800.16277.2855.0863.33
HexAE6ED51230010115373f
Octal25615632522600204256777
Binary1010111011011101101010110010110000010000100010101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6ED5; }

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

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

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

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

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

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

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

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