#A96EBE

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

Shades of Amethyst #A96EBE

Tints of Amethyst #A96EBE

Color information

#A96EBE (or 0xA96EBE) is unknown color: approx Amethyst. HEX triplet: A9, 6E and BE. RGB value is (169,110,190). Sum of RGB (Red+Green+Blue) = 169+110+190=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A96EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EBE is #569141. Grayscale: #888888. Windows color (decimal): -5673282 or 12480169. OLE color: 12480169.

HSL color Cylindrical-coordinate representation of color #A96EBE: hue angle of 284.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96EBE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169110190-
CMYK0.110.4200.25
HSL284.25º38.1%58.82%-
HSV(B)284.25º42.11%74.51%-
XYZ31.2323.351.57-
YUV136.76158.05151-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=36.03%
G=23.45%
B=40.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691101900.110.4200.25284.2538.158.82
HexA96EBEB2A01911c263b
Octal25115627613520314344673
Binary101010011101110101111101011101010011001100011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EBE; }

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

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

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

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

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

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

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

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