#A56FC1

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

Shades of Amethyst #A56FC1

Tints of Amethyst #A56FC1

Color information

#A56FC1 (or 0xA56FC1) is unknown color: approx Amethyst. HEX triplet: A5, 6F and C1. RGB value is (165,111,193). Sum of RGB (Red+Green+Blue) = 165+111+193=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #A56FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FC1 is #5A903E. Grayscale: #888888. Windows color (decimal): -5935167 or 12677029. OLE color: 12677029.

HSL color Cylindrical-coordinate representation of color #A56FC1: hue angle of 279.51º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56FC1 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165111193-
CMYK0.150.4200.24
HSL279.51º39.81%59.61%-
HSV(B)279.51º42.49%75.69%-
XYZ30.8323.2253.31-
YUV136.49159.89148.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 111 (43.75% from 255) = 23.67%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=35.18%
G=23.67%
B=41.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651111930.150.4200.24279.5139.8159.61
HexA56FC1F2A018118283c
Octal24515730117520304305074
Binary101001011101111110000011111101010011000100011000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FC1; }

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

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

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

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

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

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

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

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