#AE78D8

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

Shades of Amethyst #AE78D8

Tints of Amethyst #AE78D8

Color information

#AE78D8 (or 0xAE78D8) is unknown color: approx Amethyst. HEX triplet: AE, 78 and D8. RGB value is (174,120,216). Sum of RGB (Red+Green+Blue) = 174+120+216=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE78D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78D8 is #518727. Grayscale: #929292. Windows color (decimal): -5343016 or 14186670. OLE color: 14186670.

HSL color Cylindrical-coordinate representation of color #AE78D8: hue angle of 273.75º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE78D8 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174120216-
CMYK0.190.4400.15
HSL273.75º55.17%65.88%-
HSV(B)273.75º44.44%84.71%-
XYZ36.5727.3968.33-
YUV147.09166.89147.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 216 (84.77% from 255) = 42.35%
R=34.12%
G=23.53%
B=42.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741202160.190.4400.15273.7555.1765.88
HexAE78D8132C0F1123742
Octal256170330235401742267102
Binary1010111011110001101100010011101100011111000100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78D8; }

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

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

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

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

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

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

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

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