#A56DD9

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

Shades of Amethyst #A56DD9

Tints of Amethyst #A56DD9

Color information

#A56DD9 (or 0xA56DD9) is unknown color: approx Amethyst. HEX triplet: A5, 6D and D9. RGB value is (165,109,217). Sum of RGB (Red+Green+Blue) = 165+109+217=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #A56DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DD9 is #5A9226. Grayscale: #898989. Windows color (decimal): -5935655 or 14249381. OLE color: 14249381.

HSL color Cylindrical-coordinate representation of color #A56DD9: hue angle of 271.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56DD9 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165109217-
CMYK0.240.5000.15
HSL271.11º58.7%63.92%-
HSV(B)271.11º49.77%85.1%-
XYZ33.5123.9568.5-
YUV138.06172.55147.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=33.60%
G=22.20%
B=44.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651092170.240.5000.15271.1158.763.92
HexA56DD918320F10f3b40
Octal245155331306201741773100
Binary1010010111011011101100111000110010011111000011111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DD9; }

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

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

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

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

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

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

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

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