#A89FBD

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

Shades of Biloba Flower #A89FBD

Tints of Biloba Flower #A89FBD

Color information

#A89FBD (or 0xA89FBD) is unknown color: approx Biloba Flower. HEX triplet: A8, 9F and BD. RGB value is (168,159,189). Sum of RGB (Red+Green+Blue) = 168+159+189=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #A89FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FBD is #576042. Grayscale: #A4A4A4. Windows color (decimal): -5726275 or 12427176. OLE color: 12427176.

HSL color Cylindrical-coordinate representation of color #A89FBD: hue angle of 258º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A89FBD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168159189-
CMYK0.110.1600.26
HSL258º18.52%68.24%-
HSV(B)258º15.87%74.12%-
XYZ37.7336.853.26-
YUV165.11141.48130.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=32.56%
G=30.81%
B=36.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681591890.110.1600.2625818.5268.24
HexA89FBDB1001A1021344
Octal250237275132003240223104
Binary101010001001111110111101101110000011010100000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FBD; }

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

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

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

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

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

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

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

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