#A56CBF

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

Shades of Amethyst #A56CBF

Tints of Amethyst #A56CBF

Color information

#A56CBF (or 0xA56CBF) is unknown color: approx Amethyst. HEX triplet: A5, 6C and BF. RGB value is (165,108,191). Sum of RGB (Red+Green+Blue) = 165+108+191=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #A56CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CBF is #5A9340. Grayscale: #868686. Windows color (decimal): -5935937 or 12545189. OLE color: 12545189.

HSL color Cylindrical-coordinate representation of color #A56CBF: hue angle of 281.2º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56CBF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165108191-
CMYK0.140.4300.25
HSL281.2º39.34%58.63%-
HSV(B)281.2º43.46%74.9%-
XYZ30.2822.4952.03-
YUV134.5159.88149.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 191 (75% from 255) = 41.16%
R=35.56%
G=23.28%
B=41.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651081910.140.4300.25281.239.3458.63
HexA56CBFE2B019119273b
Octal24515427716530314314773
Binary101001011101100101111111110101011011001100011001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CBF; }

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

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

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

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

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

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

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

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