#AE71DE

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

Shades of Amethyst #AE71DE

Tints of Amethyst #AE71DE

Color information

#AE71DE (or 0xAE71DE) is unknown color: approx Amethyst. HEX triplet: AE, 71 and DE. RGB value is (174,113,222). Sum of RGB (Red+Green+Blue) = 174+113+222=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE71DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71DE is #518E21. Grayscale: #8F8F8F. Windows color (decimal): -5344802 or 14578094. OLE color: 14578094.

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

Color convert

RGB174113222-
CMYK0.220.4900.13
HSL273.58º62.29%65.69%-
HSV(B)273.58º49.1%87.06%-
XYZ36.5526.0872.22-
YUV143.66172.21149.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=34.18%
G=22.20%
B=43.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741132220.220.4900.13273.5862.2965.69
HexAE71DE16310D1123e42
Octal256161336266101542276102
Binary1010111011100011101111010110110001011011000100101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71DE; }

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

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

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

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

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

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

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

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