#A96ECB

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

Shades of Amethyst #A96ECB

Tints of Amethyst #A96ECB

Color information

#A96ECB (or 0xA96ECB) is unknown color: approx Amethyst. HEX triplet: A9, 6E and CB. RGB value is (169,110,203). Sum of RGB (Red+Green+Blue) = 169+110+203=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #A96ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ECB is #569134. Grayscale: #898989. Windows color (decimal): -5673269 or 13332137. OLE color: 13332137.

HSL color Cylindrical-coordinate representation of color #A96ECB: hue angle of 278.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96ECB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169110203-
CMYK0.170.4600.20
HSL278.06º47.21%61.37%-
HSV(B)278.06º45.81%79.61%-
XYZ32.7223.959.39-
YUV138.24164.55149.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=35.06%
G=22.82%
B=42.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691102030.170.4600.20278.0647.2161.37
HexA96ECB112E0141162f3d
Octal25115631321560244265775
Binary1010100111011101100101110001101110010100100010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96ECB; }

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

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

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

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

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

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

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

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