#A464CA

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

Shades of Amethyst #A464CA

Tints of Amethyst #A464CA

Color information

#A464CA (or 0xA464CA) is unknown color: approx Amethyst. HEX triplet: A4, 64 and CA. RGB value is (164,100,202). Sum of RGB (Red+Green+Blue) = 164+100+202=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #A464CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464CA is #5B9B35. Grayscale: #828282. Windows color (decimal): -6003510 or 13264036. OLE color: 13264036.

HSL color Cylindrical-coordinate representation of color #A464CA: hue angle of 277.65º degrees, saturation: 0.49, 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 #A464CA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164100202-
CMYK0.190.5000.21
HSL277.65º49.04%59.22%-
HSV(B)277.65º50.5%79.22%-
XYZ30.5321.2758.37-
YUV130.76168.2151.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 100 (39.45% from 255) = 21.46%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=35.19%
G=21.46%
B=43.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641002020.190.5000.21277.6549.0459.22
HexA464CA1332015116313b
Octal24414431223620254266173
Binary1010010011001001100101010011110010010101100010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464CA; }

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

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

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

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

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

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

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

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