#A56CD6

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

Shades of Amethyst #A56CD6

Tints of Amethyst #A56CD6

Color information

#A56CD6 (or 0xA56CD6) is unknown color: approx Amethyst. HEX triplet: A5, 6C and D6. RGB value is (165,108,214). Sum of RGB (Red+Green+Blue) = 165+108+214=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #A56CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CD6 is #5A9329. Grayscale: #888888. Windows color (decimal): -5935914 or 14052517. OLE color: 14052517.

HSL color Cylindrical-coordinate representation of color #A56CD6: hue angle of 272.26º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56CD6 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165108214-
CMYK0.230.5000.16
HSL272.26º56.38%63.14%-
HSV(B)272.26º49.53%83.92%-
XYZ33.0223.5866.43-
YUV137.13171.38147.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=33.88%
G=22.18%
B=43.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651082140.230.5000.16272.2656.3863.14
HexA56CD61732010110383f
Octal24515432627620204207077
Binary1010010111011001101011010111110010010000100010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CD6; }

 p { color: rgb(165,108,214); }

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

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

 a { background-color: rgb(165,108,214); }

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

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

 span { border-color: rgb(165,108,214); }

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