#A465C4

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

Shades of Amethyst #A465C4

Tints of Amethyst #A465C4

Color information

#A465C4 (or 0xA465C4) is unknown color: approx Amethyst. HEX triplet: A4, 65 and C4. RGB value is (164,101,196). Sum of RGB (Red+Green+Blue) = 164+101+196=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #A465C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465C4 is #5B9A3B. Grayscale: #828282. Windows color (decimal): -6003260 or 12871076. OLE color: 12871076.

HSL color Cylindrical-coordinate representation of color #A465C4: hue angle of 279.79º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A465C4 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164101196-
CMYK0.160.4800.23
HSL279.79º44.6%58.24%-
HSV(B)279.79º48.47%76.86%-
XYZ29.9321.1954.74-
YUV130.67164.87151.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 196 (76.95% from 255) = 42.52%
R=35.57%
G=21.91%
B=42.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641011960.160.4800.23279.7944.658.24
HexA465C410300171182d3a
Octal24414530420600274305572
Binary1010010011001011100010010000110000010111100011000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465C4; }

 p { color: rgb(164,101,196); }

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

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

 a { background-color: rgb(164,101,196); }

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

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

 span { border-color: rgb(164,101,196); }

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