#AE74D6

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

Shades of Amethyst #AE74D6

Tints of Amethyst #AE74D6

Color information

#AE74D6 (or 0xAE74D6) is unknown color: approx Amethyst. HEX triplet: AE, 74 and D6. RGB value is (174,116,214). Sum of RGB (Red+Green+Blue) = 174+116+214=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE74D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74D6 is #518B29. Grayscale: #909090. Windows color (decimal): -5344042 or 14054574. OLE color: 14054574.

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

Color convert

RGB174116214-
CMYK0.190.4600.16
HSL275.51º54.44%64.71%-
HSV(B)275.51º45.79%83.92%-
XYZ35.8426.3466.81-
YUV144.51167.22149.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=34.52%
G=23.02%
B=42.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741162140.190.4600.16275.5154.4464.71
HexAE74D6132E0101143641
Octal256164326235602042466101
Binary10101110111010011010110100111011100100001000101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74D6; }

 p { color: rgb(174,116,214); }

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

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

 a { background-color: rgb(174,116,214); }

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

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

 span { border-color: rgb(174,116,214); }

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