#AE72E1

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

Shades of Amethyst #AE72E1

Tints of Amethyst #AE72E1

Color information

#AE72E1 (or 0xAE72E1) is unknown color: approx Amethyst. HEX triplet: AE, 72 and E1. RGB value is (174,114,225). Sum of RGB (Red+Green+Blue) = 174+114+225=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE72E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72E1 is #518D1E. Grayscale: #909090. Windows color (decimal): -5344543 or 14774958. OLE color: 14774958.

HSL color Cylindrical-coordinate representation of color #AE72E1: hue angle of 272.43º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE72E1 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174114225-
CMYK0.230.4900.12
HSL272.43º64.91%66.47%-
HSV(B)272.43º49.33%88.24%-
XYZ37.0626.4774.39-
YUV144.59173.38148.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=33.92%
G=22.22%
B=43.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741142250.230.4900.12272.4364.9166.47
HexAE72E117310C1104142
Octal2561623412761014420101102
Binary10101110111001011100001101111100010110010001000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72E1; }

 p { color: rgb(174,114,225); }

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

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

 a { background-color: rgb(174,114,225); }

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

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

 span { border-color: rgb(174,114,225); }

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