#A96EC9

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

Shades of Amethyst #A96EC9

Tints of Amethyst #A96EC9

Color information

#A96EC9 (or 0xA96EC9) is unknown color: approx Amethyst. HEX triplet: A9, 6E and C9. RGB value is (169,110,201). Sum of RGB (Red+Green+Blue) = 169+110+201=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #A96EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EC9 is #569136. Grayscale: #898989. Windows color (decimal): -5673271 or 13201065. OLE color: 13201065.

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

Color convert

RGB169110201-
CMYK0.160.4500.21
HSL278.9º45.73%60.98%-
HSV(B)278.9º45.27%78.82%-
XYZ32.4823.858.14-
YUV138.01163.55150.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 201 (78.91% from 255) = 41.88%
R=35.21%
G=22.92%
B=41.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691102010.160.4500.21278.945.7360.98
HexA96EC9102D0151172e3d
Octal25115631120550254275675
Binary1010100111011101100100110000101101010101100010111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EC9; }

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

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

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

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

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

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

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

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