#A96FCE

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

Shades of Amethyst #A96FCE

Tints of Amethyst #A96FCE

Color information

#A96FCE (or 0xA96FCE) is unknown color: approx Amethyst. HEX triplet: A9, 6F and CE. RGB value is (169,111,206). Sum of RGB (Red+Green+Blue) = 169+111+206=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #A96FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FCE is #569031. Grayscale: #8A8A8A. Windows color (decimal): -5673010 or 13529001. OLE color: 13529001.

HSL color Cylindrical-coordinate representation of color #A96FCE: hue angle of 276.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96FCE is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169111206-
CMYK0.180.4600.19
HSL276.63º49.22%62.16%-
HSV(B)276.63º46.12%80.78%-
XYZ33.1924.2661.33-
YUV139.17165.72149.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=34.77%
G=22.84%
B=42.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691112060.180.4600.19276.6349.2262.16
HexA96FCE122E013115313e
Octal25115731622560234256176
Binary1010100111011111100111010010101110010011100010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FCE; }

 p { color: rgb(169,111,206); }

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

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

 a { background-color: rgb(169,111,206); }

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

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

 span { border-color: rgb(169,111,206); }

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