#A56ECA

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

Shades of Amethyst #A56ECA

Tints of Amethyst #A56ECA

Color information

#A56ECA (or 0xA56ECA) is unknown color: approx Amethyst. HEX triplet: A5, 6E and CA. RGB value is (165,110,202). Sum of RGB (Red+Green+Blue) = 165+110+202=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #A56ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ECA is #5A9135. Grayscale: #888888. Windows color (decimal): -5935414 or 13266597. OLE color: 13266597.

HSL color Cylindrical-coordinate representation of color #A56ECA: hue angle of 275.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A56ECA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165110202-
CMYK0.180.4600.21
HSL275.87º46.46%61.18%-
HSV(B)275.87º45.54%79.22%-
XYZ31.7523.4258.72-
YUV136.93164.72148.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=34.59%
G=23.06%
B=42.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651102020.180.4600.21275.8746.4661.18
HexA56ECA122E0151142e3d
Octal24515631222560254245675
Binary1010010111011101100101010010101110010101100010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56ECA; }

 p { color: rgb(165,110,202); }

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

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

 a { background-color: rgb(165,110,202); }

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

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

 span { border-color: rgb(165,110,202); }

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