#AE74CC

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

Shades of Amethyst #AE74CC

Tints of Amethyst #AE74CC

Color information

#AE74CC (or 0xAE74CC) is unknown color: approx Amethyst. HEX triplet: AE, 74 and CC. RGB value is (174,116,204). Sum of RGB (Red+Green+Blue) = 174+116+204=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE74CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74CC is #518B33. Grayscale: #8F8F8F. Windows color (decimal): -5344052 or 13399214. OLE color: 13399214.

HSL color Cylindrical-coordinate representation of color #AE74CC: hue angle of 279.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE74CC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174116204-
CMYK0.150.4300.2
HSL279.55º46.32%62.75%-
HSV(B)279.55º43.14%80%-
XYZ34.625.8560.29-
YUV143.37162.22149.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=35.22%
G=23.48%
B=41.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741162040.150.4300.2279.5546.3262.75
HexAE74CCF2B0141182e3f
Octal25616431417530244305677
Binary101011101110100110011001111101011010100100011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74CC; }

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

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

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

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

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

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

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

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