#A56DC9

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

Shades of Amethyst #A56DC9

Tints of Amethyst #A56DC9

Color information

#A56DC9 (or 0xA56DC9) is unknown color: approx Amethyst. HEX triplet: A5, 6D and C9. RGB value is (165,109,201). Sum of RGB (Red+Green+Blue) = 165+109+201=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #A56DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DC9 is #5A9236. Grayscale: #878787. Windows color (decimal): -5935671 or 13200805. OLE color: 13200805.

HSL color Cylindrical-coordinate representation of color #A56DC9: hue angle of 276.52º 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 #A56DC9 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165109201-
CMYK0.180.4600.21
HSL276.52º46%60.78%-
HSV(B)276.52º45.77%78.82%-
XYZ31.5323.1558.07-
YUV136.23164.55148.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=34.74%
G=22.95%
B=42.32%

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
Decimal1651092010.180.4600.21276.524660.78
HexA56DC9122E0151152e3d
Octal24515531122560254255675
Binary1010010111011011100100110010101110010101100010101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DC9; }

 p { color: rgb(165,109,201); }

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

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

 a { background-color: rgb(165,109,201); }

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

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

 span { border-color: rgb(165,109,201); }

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