#A56DCB

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

Shades of Amethyst #A56DCB

Tints of Amethyst #A56DCB

Color information

#A56DCB (or 0xA56DCB) is unknown color: approx Amethyst. HEX triplet: A5, 6D and CB. RGB value is (165,109,203). Sum of RGB (Red+Green+Blue) = 165+109+203=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A56DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DCB is #5A9234. Grayscale: #888888. Windows color (decimal): -5935669 or 13331877. OLE color: 13331877.

HSL color Cylindrical-coordinate representation of color #A56DCB: hue angle of 275.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A56DCB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165109203-
CMYK0.190.4600.20
HSL275.74º47.47%61.18%-
HSV(B)275.74º46.31%79.61%-
XYZ31.7723.2559.31-
YUV136.46165.55148.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=34.59%
G=22.85%
B=42.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651092030.190.4600.20275.7447.4761.18
HexA56DCB132E0141142f3d
Octal24515531323560244245775
Binary1010010111011011100101110011101110010100100010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56DCB; }

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

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

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

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

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

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

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

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