#A56CD9

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

Shades of Amethyst #A56CD9

Tints of Amethyst #A56CD9

Color information

#A56CD9 (or 0xA56CD9) is unknown color: approx Amethyst. HEX triplet: A5, 6C and D9. RGB value is (165,108,217). Sum of RGB (Red+Green+Blue) = 165+108+217=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #A56CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CD9 is #5A9326. Grayscale: #898989. Windows color (decimal): -5935911 or 14249125. OLE color: 14249125.

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

Color convert

RGB165108217-
CMYK0.240.5000.15
HSL271.38º58.92%63.73%-
HSV(B)271.38º50.23%85.1%-
XYZ33.423.7368.47-
YUV137.47172.88147.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 108 (42.58% from 255) = 22.04%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=33.67%
G=22.04%
B=44.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651082170.240.5000.15271.3858.9263.73
HexA56CD918320F10f3b40
Octal245154331306201741773100
Binary1010010111011001101100111000110010011111000011111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CD9; }

 p { color: rgb(165,108,217); }

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

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

 a { background-color: rgb(165,108,217); }

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

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

 span { border-color: rgb(165,108,217); }

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