#AE6DCA

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

Shades of Amethyst #AE6DCA

Tints of Amethyst #AE6DCA

Color information

#AE6DCA (or 0xAE6DCA) is unknown color: approx Amethyst. HEX triplet: AE, 6D and CA. RGB value is (174,109,202). Sum of RGB (Red+Green+Blue) = 174+109+202=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6DCA is #519235. Grayscale: #8A8A8A. Windows color (decimal): -5345846 or 13266350. OLE color: 13266350.

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

Color convert

RGB174109202-
CMYK0.140.4600.21
HSL281.94º46.73%60.98%-
HSV(B)281.94º46.04%79.22%-
XYZ33.5824.258.78-
YUV139.04163.53152.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=35.88%
G=22.47%
B=41.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741092020.140.4600.21281.9446.7360.98
HexAE6DCAE2E01511a2f3d
Octal25615531216560254325775
Binary101011101101101110010101110101110010101100011010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6DCA; }

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

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

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

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

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

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

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

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