#A56BD4

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

Shades of Amethyst #A56BD4

Tints of Amethyst #A56BD4

Color information

#A56BD4 (or 0xA56BD4) is unknown color: approx Amethyst. HEX triplet: A5, 6B and D4. RGB value is (165,107,212). Sum of RGB (Red+Green+Blue) = 165+107+212=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #A56BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BD4 is #5A942B. Grayscale: #878787. Windows color (decimal): -5936172 or 13921189. OLE color: 13921189.

HSL color Cylindrical-coordinate representation of color #A56BD4: hue angle of 273.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56BD4 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB165107212-
CMYK0.220.5000.17
HSL273.14º54.97%62.55%-
HSV(B)273.14º49.53%83.14%-
XYZ32.6623.2765.06-
YUV136.31170.72148.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 212 (83.20% from 255) = 43.80%
R=34.09%
G=22.11%
B=43.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1651072120.220.5000.17273.1454.9762.55
HexA56BD41632011111373f
Octal24515332426620214216777
Binary1010010111010111101010010110110010010001100010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BD4; }

 p { color: rgb(165,107,212); }

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

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

 a { background-color: rgb(165,107,212); }

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

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

 span { border-color: rgb(165,107,212); }

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