#A464D9

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

Shades of Amethyst #A464D9

Tints of Amethyst #A464D9

Color information

#A464D9 (or 0xA464D9) is unknown color: approx Amethyst. HEX triplet: A4, 64 and D9. RGB value is (164,100,217). Sum of RGB (Red+Green+Blue) = 164+100+217=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #A464D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464D9 is #5B9B26. Grayscale: #848484. Windows color (decimal): -6003495 or 14247076. OLE color: 14247076.

HSL color Cylindrical-coordinate representation of color #A464D9: hue angle of 272.82º 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 #A464D9 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164100217-
CMYK0.240.5400.15
HSL272.82º60.62%62.16%-
HSV(B)272.82º53.92%85.1%-
XYZ32.3922.0268.19-
YUV132.47175.7150.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 217 (85.16% from 255) = 45.11%
R=34.10%
G=20.79%
B=45.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641002170.240.5400.15272.8260.6262.16
HexA464D918360F1113d3e
Octal24414433130660174217576
Binary101001001100100110110011100011011001111100010001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464D9; }

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

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

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

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

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

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

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

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