#A56FBF

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

Shades of Amethyst #A56FBF

Tints of Amethyst #A56FBF

Color information

#A56FBF (or 0xA56FBF) is unknown color: approx Amethyst. HEX triplet: A5, 6F and BF. RGB value is (165,111,191). Sum of RGB (Red+Green+Blue) = 165+111+191=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #A56FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FBF is #5A9040. Grayscale: #888888. Windows color (decimal): -5935169 or 12545957. OLE color: 12545957.

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

Color convert

RGB165111191-
CMYK0.140.4200.25
HSL280.5º38.46%59.22%-
HSV(B)280.5º41.88%74.9%-
XYZ30.6123.1352.14-
YUV136.27158.89148.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 191 (75% from 255) = 40.90%
R=35.33%
G=23.77%
B=40.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651111910.140.4200.25280.538.4659.22
HexA56FBFE2A019118263b
Octal24515727716520314304673
Binary101001011101111101111111110101010011001100011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FBF; }

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

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

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

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

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

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

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

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