#A56CD7

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

Shades of Amethyst #A56CD7

Tints of Amethyst #A56CD7

Color information

#A56CD7 (or 0xA56CD7) is unknown color: approx Amethyst. HEX triplet: A5, 6C and D7. RGB value is (165,108,215). Sum of RGB (Red+Green+Blue) = 165+108+215=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #A56CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CD7 is #5A9328. Grayscale: #888888. Windows color (decimal): -5935913 or 14118053. OLE color: 14118053.

HSL color Cylindrical-coordinate representation of color #A56CD7: hue angle of 271.96º degrees, saturation: 0.57, 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 #A56CD7 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165108215-
CMYK0.230.5000.16
HSL271.96º57.22%63.33%-
HSV(B)271.96º49.77%84.31%-
XYZ33.1523.6367.1-
YUV137.24171.88147.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 215 (84.38% from 255) = 44.06%
R=33.81%
G=22.13%
B=44.06%

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
Decimal1651082150.230.5000.16271.9657.2263.33
HexA56CD71732010110393f
Octal24515432727620204207177
Binary1010010111011001101011110111110010010000100010000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CD7; }

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

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

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

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

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

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

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

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