#AE78DE

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

Shades of Amethyst #AE78DE

Tints of Amethyst #AE78DE

Color information

#AE78DE (or 0xAE78DE) is unknown color: approx Amethyst. HEX triplet: AE, 78 and DE. RGB value is (174,120,222). Sum of RGB (Red+Green+Blue) = 174+120+222=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE78DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78DE is #518721. Grayscale: #939393. Windows color (decimal): -5343010 or 14579886. OLE color: 14579886.

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

Color convert

RGB174120222-
CMYK0.220.4600.13
HSL271.76º60.71%67.06%-
HSV(B)271.76º45.95%87.06%-
XYZ37.3627.7172.49-
YUV147.77169.89146.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=33.72%
G=23.26%
B=43.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741202220.220.4600.13271.7660.7167.06
HexAE78DE162E0D1103d43
Octal256170336265601542075103
Binary1010111011110001101111010110101110011011000100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78DE; }

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

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

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

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

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

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

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

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