#AE74DF

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

Shades of Amethyst #AE74DF

Tints of Amethyst #AE74DF

Color information

#AE74DF (or 0xAE74DF) is unknown color: approx Amethyst. HEX triplet: AE, 74 and DF. RGB value is (174,116,223). Sum of RGB (Red+Green+Blue) = 174+116+223=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74DF is #518B20. Grayscale: #919191. Windows color (decimal): -5344033 or 14644398. OLE color: 14644398.

HSL color Cylindrical-coordinate representation of color #AE74DF: hue angle of 272.52º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE74DF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174116223-
CMYK0.220.4800.13
HSL272.52º62.57%66.47%-
HSV(B)272.52º47.98%87.45%-
XYZ37.0226.8273.04-
YUV145.54171.72148.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 116 (45.70% from 255) = 22.61%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=33.92%
G=22.61%
B=43.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741162230.220.4800.13272.5262.5766.47
HexAE74DF16300D1113f42
Octal256164337266001542177102
Binary1010111011101001101111110110110000011011000100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74DF; }

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

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

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

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

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

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

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

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