#A89FBF

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

Shades of Biloba Flower #A89FBF

Tints of Biloba Flower #A89FBF

Color information

#A89FBF (or 0xA89FBF) is unknown color: approx Biloba Flower. HEX triplet: A8, 9F and BF. RGB value is (168,159,191). Sum of RGB (Red+Green+Blue) = 168+159+191=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #A89FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FBF is #576040. Grayscale: #A5A5A5. Windows color (decimal): -5726273 or 12558248. OLE color: 12558248.

HSL color Cylindrical-coordinate representation of color #A89FBF: hue angle of 256.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89FBF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168159191-
CMYK0.120.1700.25
HSL256.88º20%68.63%-
HSV(B)256.88º16.75%74.9%-
XYZ37.9536.8854.41-
YUV165.34142.48129.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 191 (75% from 255) = 36.87%
R=32.43%
G=30.69%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681591910.120.1700.25256.882068.63
HexA89FBFC110191011445
Octal250237277142103140124105
Binary101010001001111110111111110010001011001100000001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FBF; }

 p { color: rgb(168,159,191); }

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

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

 a { background-color: rgb(168,159,191); }

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

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

 span { border-color: rgb(168,159,191); }

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