#A364CD

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

Shades of Amethyst #A364CD

Tints of Amethyst #A364CD

Color information

#A364CD (or 0xA364CD) is unknown color: approx Amethyst. HEX triplet: A3, 64 and CD. RGB value is (163,100,205). Sum of RGB (Red+Green+Blue) = 163+100+205=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #A364CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364CD is #5C9B32. Grayscale: #828282. Windows color (decimal): -6069043 or 13460643. OLE color: 13460643.

HSL color Cylindrical-coordinate representation of color #A364CD: hue angle of 276º 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 #A364CD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163100205-
CMYK0.200.5100.20
HSL276º51.22%59.8%-
HSV(B)276º51.22%80.39%-
XYZ30.6821.3160.25-
YUV130.81169.87150.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=34.83%
G=21.37%
B=43.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631002050.200.5100.2027651.2259.8
HexA364CD1433014114333c
Octal24314431524630244246374
Binary1010001111001001100110110100110011010100100010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A364CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A364CD; }

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

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

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

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

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

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

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

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