#A464C9

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

Shades of Amethyst #A464C9

Tints of Amethyst #A464C9

Color information

#A464C9 (or 0xA464C9) is unknown color: approx Amethyst. HEX triplet: A4, 64 and C9. RGB value is (164,100,201). Sum of RGB (Red+Green+Blue) = 164+100+201=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #A464C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464C9 is #5B9B36. Grayscale: #828282. Windows color (decimal): -6003511 or 13198500. OLE color: 13198500.

HSL color Cylindrical-coordinate representation of color #A464C9: hue angle of 278.02º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A464C9 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164100201-
CMYK0.180.5000.21
HSL278.02º48.33%59.02%-
HSV(B)278.02º50.25%78.82%-
XYZ30.4121.2257.75-
YUV130.65167.7151.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 201 (78.91% from 255) = 43.23%
R=35.27%
G=21.51%
B=43.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641002010.180.5000.21278.0248.3359.02
HexA464C91232015116303b
Octal24414431122620254266073
Binary1010010011001001100100110010110010010101100010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464C9; }

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

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

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

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

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

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

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

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