#A56DDE

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

Shades of Amethyst #A56DDE

Tints of Amethyst #A56DDE

Color information

#A56DDE (or 0xA56DDE) is unknown color: approx Amethyst. HEX triplet: A5, 6D and DE. RGB value is (165,109,222). Sum of RGB (Red+Green+Blue) = 165+109+222=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #A56DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DDE is #5A9221. Grayscale: #8A8A8A. Windows color (decimal): -5935650 or 14577061. OLE color: 14577061.

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

Color convert

RGB165109222-
CMYK0.260.5100.13
HSL269.73º63.13%64.9%-
HSV(B)269.73º50.9%87.06%-
XYZ34.1724.2171.98-
YUV138.63175.05146.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=33.27%
G=21.98%
B=44.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651092220.260.5100.13269.7363.1364.9
HexA56DDE1A330D10e3f41
Octal245155336326301541677101
Binary1010010111011011101111011010110011011011000011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DDE; }

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

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

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

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

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

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

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

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