#AA6EC3

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

Shades of Amethyst #AA6EC3

Tints of Amethyst #AA6EC3

Color information

#AA6EC3 (or 0xAA6EC3) is unknown color: approx Amethyst. HEX triplet: AA, 6E and C3. RGB value is (170,110,195). Sum of RGB (Red+Green+Blue) = 170+110+195=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA6EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EC3 is #55913C. Grayscale: #898989. Windows color (decimal): -5607741 or 12807850. OLE color: 12807850.

HSL color Cylindrical-coordinate representation of color #AA6EC3: hue angle of 282.35º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6EC3 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170110195-
CMYK0.130.4400.24
HSL282.35º41.46%59.8%-
HSV(B)282.35º43.59%76.47%-
XYZ3223.6454.51-
YUV137.63160.38151.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=35.79%
G=23.16%
B=41.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701101950.130.4400.24282.3541.4659.8
HexAA6EC3D2C01811a293c
Octal25215630315540304325174
Binary101010101101110110000111101101100011000100011010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EC3; }

 p { color: rgb(170,110,195); }

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

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

 a { background-color: rgb(170,110,195); }

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

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

 span { border-color: rgb(170,110,195); }

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