#AE72CA

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

Shades of Amethyst #AE72CA

Tints of Amethyst #AE72CA

Color information

#AE72CA (or 0xAE72CA) is unknown color: approx Amethyst. HEX triplet: AE, 72 and CA. RGB value is (174,114,202). Sum of RGB (Red+Green+Blue) = 174+114+202=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE72CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72CA is #518D35. Grayscale: #8D8D8D. Windows color (decimal): -5344566 or 13267630. OLE color: 13267630.

HSL color Cylindrical-coordinate representation of color #AE72CA: hue angle of 280.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE72CA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174114202-
CMYK0.140.4400.21
HSL280.91º45.36%61.96%-
HSV(B)280.91º43.56%79.22%-
XYZ34.1325.358.96-
YUV141.97161.88150.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=35.51%
G=23.27%
B=41.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741142020.140.4400.21280.9145.3661.96
HexAE72CAE2C0151192d3e
Octal25616231216540254315576
Binary101011101110010110010101110101100010101100011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72CA; }

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

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

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

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

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

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

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

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