#A564DE

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

Shades of Amethyst #A564DE

Tints of Amethyst #A564DE

Color information

#A564DE (or 0xA564DE) is unknown color: approx Amethyst. HEX triplet: A5, 64 and DE. RGB value is (165,100,222). Sum of RGB (Red+Green+Blue) = 165+100+222=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #A564DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564DE is #5A9B21. Grayscale: #848484. Windows color (decimal): -5937954 or 14574757. OLE color: 14574757.

HSL color Cylindrical-coordinate representation of color #A564DE: hue angle of 271.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A564DE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165100222-
CMYK0.260.5500.13
HSL271.97º64.89%63.14%-
HSV(B)271.97º54.95%87.06%-
XYZ33.2622.3971.68-
YUV133.34178.03150.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=33.88%
G=20.53%
B=45.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651002220.260.5500.13271.9764.8963.14
HexA564DE1A370D110413f
Octal245144336326701542010177
Binary1010010111001001101111011010110111011011000100001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564DE; }

 p { color: rgb(165,100,222); }

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

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

 a { background-color: rgb(165,100,222); }

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

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

 span { border-color: rgb(165,100,222); }

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