#A56BD5

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

Shades of Amethyst #A56BD5

Tints of Amethyst #A56BD5

Color information

#A56BD5 (or 0xA56BD5) is unknown color: approx Amethyst. HEX triplet: A5, 6B and D5. RGB value is (165,107,213). Sum of RGB (Red+Green+Blue) = 165+107+213=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #A56BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BD5 is #5A942A. Grayscale: #888888. Windows color (decimal): -5936171 or 13986725. OLE color: 13986725.

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

Color convert

RGB165107213-
CMYK0.230.5000.16
HSL272.83º55.79%62.75%-
HSV(B)272.83º49.77%83.53%-
XYZ32.7823.3265.72-
YUV136.43171.22148.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 107 (42.19% from 255) = 22.06%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=34.02%
G=22.06%
B=43.92%

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
Decimal1651072130.230.5000.16272.8355.7962.75
HexA56BD51732010111383f
Octal24515332527620204217077
Binary1010010111010111101010110111110010010000100010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BD5; }

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

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

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

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

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

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

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

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