#A56DD0

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

Shades of Amethyst #A56DD0

Tints of Amethyst #A56DD0

Color information

#A56DD0 (or 0xA56DD0) is unknown color: approx Amethyst. HEX triplet: A5, 6D and D0. RGB value is (165,109,208). Sum of RGB (Red+Green+Blue) = 165+109+208=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #A56DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DD0 is #5A922F. Grayscale: #888888. Windows color (decimal): -5935664 or 13659557. OLE color: 13659557.

HSL color Cylindrical-coordinate representation of color #A56DD0: hue angle of 273.94º degrees, saturation: 0.51, 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 #A56DD0 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165109208-
CMYK0.210.4800.18
HSL273.94º51.3%62.16%-
HSV(B)273.94º47.6%81.57%-
XYZ32.3723.4962.5-
YUV137.03168.05147.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=34.23%
G=22.61%
B=43.15%

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
Decimal1651092080.210.4800.18273.9451.362.16
HexA56DD01530012112333e
Octal24515532025600224226376
Binary1010010111011011101000010101110000010010100010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DD0; }

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

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

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

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

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

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

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

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