#A464CD

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

Shades of Amethyst #A464CD

Tints of Amethyst #A464CD

Color information

#A464CD (or 0xA464CD) is unknown color: approx Amethyst. HEX triplet: A4, 64 and CD. RGB value is (164,100,205). Sum of RGB (Red+Green+Blue) = 164+100+205=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #A464CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464CD is #5B9B32. Grayscale: #828282. Windows color (decimal): -6003507 or 13460644. OLE color: 13460644.

HSL color Cylindrical-coordinate representation of color #A464CD: hue angle of 276.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A464CD is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164100205-
CMYK0.20.5100.20
HSL276.57º51.22%59.8%-
HSV(B)276.57º51.22%80.39%-
XYZ30.8921.4160.26-
YUV131.11169.7151.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=34.97%
G=21.32%
B=43.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641002050.20.5100.20276.5751.2259.8
HexA464CD1433014115333c
Octal24414431524630244256374
Binary1010010011001001100110110100110011010100100010101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464CD; }

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

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

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

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

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

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

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

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