#A56FD5

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

Shades of Amethyst #A56FD5

Tints of Amethyst #A56FD5

Color information

#A56FD5 (or 0xA56FD5) is unknown color: approx Amethyst. HEX triplet: A5, 6F and D5. RGB value is (165,111,213). Sum of RGB (Red+Green+Blue) = 165+111+213=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #A56FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FD5 is #5A902A. Grayscale: #8A8A8A. Windows color (decimal): -5935147 or 13987749. OLE color: 13987749.

HSL color Cylindrical-coordinate representation of color #A56FD5: hue angle of 271.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56FD5 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165111213-
CMYK0.230.4800.16
HSL271.76º54.84%63.53%-
HSV(B)271.76º47.89%83.53%-
XYZ33.2124.1765.87-
YUV138.77169.89146.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=33.74%
G=22.70%
B=43.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651112130.230.4800.16271.7654.8463.53
HexA56FD517300101103740
Octal245157325276002042067100
Binary10100101110111111010101101111100000100001000100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FD5; }

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

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

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

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

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

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

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

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