#AE73DE

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

Shades of Amethyst #AE73DE

Tints of Amethyst #AE73DE

Color information

#AE73DE (or 0xAE73DE) is unknown color: approx Amethyst. HEX triplet: AE, 73 and DE. RGB value is (174,115,222). Sum of RGB (Red+Green+Blue) = 174+115+222=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE73DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73DE is #518C21. Grayscale: #909090. Windows color (decimal): -5344290 or 14578606. OLE color: 14578606.

HSL color Cylindrical-coordinate representation of color #AE73DE: hue angle of 273.08º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE73DE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174115222-
CMYK0.220.4800.13
HSL273.08º61.85%66.08%-
HSV(B)273.08º48.2%87.06%-
XYZ36.7726.5372.29-
YUV144.84171.55148.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 115 (45.31% from 255) = 22.50%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=34.05%
G=22.50%
B=43.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741152220.220.4800.13273.0861.8566.08
HexAE73DE16300D1113e42
Octal256163336266001542176102
Binary1010111011100111101111010110110000011011000100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE73DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE73DE; }

 p { color: rgb(174,115,222); }

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

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

 a { background-color: rgb(174,115,222); }

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

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

 span { border-color: rgb(174,115,222); }

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