#a56dd1

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

Shades of Amethyst #A56DD1

Tints of Amethyst #A56DD1

Color information

#A56DD1 (or 0xA56DD1) is unknown color: approx Amethyst. HEX triplet: A5, 6D and D1. RGB value is (165,109,209). Sum of RGB (Red+Green+Blue) = 165+109+209=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #A56DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DD1 is #5A922E. Grayscale: #888888. Windows color (decimal): -5935663 or 13725093. OLE color: 13725093.

HSL color Cylindrical-coordinate representation of color #A56DD1: hue angle of 273.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56DD1 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165109209-
CMYK0.210.4800.18
HSL273.6º52.08%62.35%-
HSV(B)273.6º47.85%81.96%-
XYZ32.4923.5463.15-
YUV137.14168.55147.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=34.16%
G=22.57%
B=43.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651092090.210.4800.18273.652.0862.35
HexA56DD11530012112343e
Octal24515532125600224226476
Binary1010010111011011101000110101110000010010100010010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56dd1; }

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

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

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

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

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

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

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

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