#A463C6

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

Shades of Amethyst #A463C6

Tints of Amethyst #A463C6

Color information

#A463C6 (or 0xA463C6) is unknown color: approx Amethyst. HEX triplet: A4, 63 and C6. RGB value is (164,99,198). Sum of RGB (Red+Green+Blue) = 164+99+198=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #A463C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463C6 is #5B9C39. Grayscale: #818181. Windows color (decimal): -6003770 or 13001636. OLE color: 13001636.

HSL color Cylindrical-coordinate representation of color #A463C6: hue angle of 279.39º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A463C6 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16499198-
CMYK0.170.5000.22
HSL279.39º46.48%58.24%-
HSV(B)279.39º50%77.65%-
XYZ29.9620.8955.88-
YUV129.72166.53152.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=35.57%
G=21.48%
B=42.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164991980.170.5000.22279.3946.4858.24
HexA463C611320161172e3a
Octal24414330621620264275672
Binary1010010011000111100011010001110010010110100010111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463C6; }

 p { color: rgb(164,99,198); }

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

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

 a { background-color: rgb(164,99,198); }

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

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

 span { border-color: rgb(164,99,198); }

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