#a56be0

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

Shades of Amethyst #A56BE0

Tints of Amethyst #A56BE0

Color information

#A56BE0 (or 0xA56BE0) is unknown color: approx Amethyst. HEX triplet: A5, 6B and E0. RGB value is (165,107,224). Sum of RGB (Red+Green+Blue) = 165+107+224=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #A56BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BE0 is #5A941F. Grayscale: #898989. Windows color (decimal): -5936160 or 14707621. OLE color: 14707621.

HSL color Cylindrical-coordinate representation of color #A56BE0: hue angle of 269.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A56BE0 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165107224-
CMYK0.260.5200.12
HSL269.74º65.36%64.9%-
HSV(B)269.74º52.23%87.84%-
XYZ34.2323.973.33-
YUV137.68176.72147.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 107 (42.19% from 255) = 21.57%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=33.27%
G=21.57%
B=45.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651072240.260.5200.12269.7465.3664.9
HexA56BE01A340C10e4141
Octal2451533403264014416101101
Binary10100101110101111100000110101101000110010000111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56be0; }

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

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

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

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

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

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

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

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