#A466C2

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

Shades of Amethyst #A466C2

Tints of Amethyst #A466C2

Color information

#A466C2 (or 0xA466C2) is unknown color: approx Amethyst. HEX triplet: A4, 66 and C2. RGB value is (164,102,194). Sum of RGB (Red+Green+Blue) = 164+102+194=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #A466C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466C2 is #5B993D. Grayscale: #828282. Windows color (decimal): -6003006 or 12740260. OLE color: 12740260.

HSL color Cylindrical-coordinate representation of color #A466C2: hue angle of 280.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A466C2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164102194-
CMYK0.150.4700.24
HSL280.43º42.99%58.04%-
HSV(B)280.43º47.42%76.08%-
XYZ29.821.2953.58-
YUV131.03163.54151.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 194 (76.17% from 255) = 42.17%
R=35.65%
G=22.17%
B=42.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641021940.150.4700.24280.4342.9958.04
HexA466C2F2F0181182b3a
Octal24414630217570304305372
Binary101001001100110110000101111101111011000100011000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A466C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A466C2; }

 p { color: rgb(164,102,194); }

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

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

 a { background-color: rgb(164,102,194); }

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

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

 span { border-color: rgb(164,102,194); }

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