#A464DA

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

Shades of Amethyst #A464DA

Tints of Amethyst #A464DA

Color information

#A464DA (or 0xA464DA) is unknown color: approx Amethyst. HEX triplet: A4, 64 and DA. RGB value is (164,100,218). Sum of RGB (Red+Green+Blue) = 164+100+218=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #A464DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464DA is #5B9B25. Grayscale: #848484. Windows color (decimal): -6003494 or 14312612. OLE color: 14312612.

HSL color Cylindrical-coordinate representation of color #A464DA: hue angle of 272.54º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A464DA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164100218-
CMYK0.250.5400.15
HSL272.54º61.46%62.35%-
HSV(B)272.54º54.13%85.49%-
XYZ32.5222.0768.88-
YUV132.59176.2150.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 100 (39.45% from 255) = 20.75%
BLUE value IS 218 (85.55% from 255) = 45.23%
R=34.02%
G=20.75%
B=45.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641002180.250.5400.15272.5461.4662.35
HexA464DA19360F1113d3e
Octal24414433231660174217576
Binary101001001100100110110101100111011001111100010001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464DA; }

 p { color: rgb(164,100,218); }

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

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

 a { background-color: rgb(164,100,218); }

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

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

 span { border-color: rgb(164,100,218); }

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