#AE74CF

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

Shades of Amethyst #AE74CF

Tints of Amethyst #AE74CF

Color information

#AE74CF (or 0xAE74CF) is unknown color: approx Amethyst. HEX triplet: AE, 74 and CF. RGB value is (174,116,207). Sum of RGB (Red+Green+Blue) = 174+116+207=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74CF is #518B30. Grayscale: #8F8F8F. Windows color (decimal): -5344049 or 13595822. OLE color: 13595822.

HSL color Cylindrical-coordinate representation of color #AE74CF: hue angle of 278.24º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE74CF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174116207-
CMYK0.160.4400.19
HSL278.24º48.66%63.33%-
HSV(B)278.24º43.96%81.18%-
XYZ34.9625.9962.21-
YUV143.72163.72149.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=35.01%
G=23.34%
B=41.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741162070.160.4400.19278.2448.6663.33
HexAE74CF102C013116313f
Octal25616431720540234266177
Binary1010111011101001100111110000101100010011100010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74CF; }

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

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

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

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

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

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

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

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