#A56FDA

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

Shades of Amethyst #A56FDA

Tints of Amethyst #A56FDA

Color information

#A56FDA (or 0xA56FDA) is unknown color: approx Amethyst. HEX triplet: A5, 6F and DA. RGB value is (165,111,218). Sum of RGB (Red+Green+Blue) = 165+111+218=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #A56FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FDA is #5A9025. Grayscale: #8A8A8A. Windows color (decimal): -5935142 or 14315429. OLE color: 14315429.

HSL color Cylindrical-coordinate representation of color #A56FDA: hue angle of 270.28º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56FDA is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165111218-
CMYK0.240.4900.15
HSL270.28º59.12%64.51%-
HSV(B)270.28º49.08%85.49%-
XYZ33.8624.4369.26-
YUV139.34172.39146.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=33.40%
G=22.47%
B=44.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651112180.240.4900.15270.2859.1264.51
HexA56FDA18310F10e3b41
Octal245157332306101741673101
Binary1010010111011111101101011000110001011111000011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FDA; }

 p { color: rgb(165,111,218); }

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

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

 a { background-color: rgb(165,111,218); }

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

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

 span { border-color: rgb(165,111,218); }

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