#a96ec3

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

Shades of Amethyst #A96EC3

Tints of Amethyst #A96EC3

Color information

#A96EC3 (or 0xA96EC3) is unknown color: approx Amethyst. HEX triplet: A9, 6E and C3. RGB value is (169,110,195). Sum of RGB (Red+Green+Blue) = 169+110+195=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #A96EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EC3 is #56913C. Grayscale: #898989. Windows color (decimal): -5673277 or 12807849. OLE color: 12807849.

HSL color Cylindrical-coordinate representation of color #A96EC3: hue angle of 281.65º 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 #A96EC3 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169110195-
CMYK0.130.4400.24
HSL281.65º41.46%59.8%-
HSV(B)281.65º43.59%76.47%-
XYZ31.7923.5354.5-
YUV137.33160.55150.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 195 (76.56% from 255) = 41.14%
R=35.65%
G=23.21%
B=41.14%

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
Decimal1691101950.130.4400.24281.6541.4659.8
HexA96EC3D2C01811a293c
Octal25115630315540304325174
Binary101010011101110110000111101101100011000100011010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a96ec3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a96ec3; }

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

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

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

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

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

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

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

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