#AE78D5

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

Shades of Amethyst #AE78D5

Tints of Amethyst #AE78D5

Color information

#AE78D5 (or 0xAE78D5) is unknown color: approx Amethyst. HEX triplet: AE, 78 and D5. RGB value is (174,120,213). Sum of RGB (Red+Green+Blue) = 174+120+213=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE78D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78D5 is #51872A. Grayscale: #929292. Windows color (decimal): -5343019 or 13990062. OLE color: 13990062.

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

Color convert

RGB174120213-
CMYK0.180.4400.16
HSL274.84º52.54%65.29%-
HSV(B)274.84º43.66%83.53%-
XYZ36.1827.2466.3-
YUV146.75165.39147.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 213 (83.59% from 255) = 42.01%
R=34.32%
G=23.67%
B=42.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741202130.180.4400.16274.8452.5465.29
HexAE78D5122C0101133541
Octal256170325225402042365101
Binary10101110111100011010101100101011000100001000100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78D5; }

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

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

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

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

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

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

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

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