#A89BBF

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

Shades of Biloba Flower #A89BBF

Tints of Biloba Flower #A89BBF

Color information

#A89BBF (or 0xA89BBF) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and BF. RGB value is (168,155,191). Sum of RGB (Red+Green+Blue) = 168+155+191=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #A89BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BBF is #576440. Grayscale: #A2A2A2. Windows color (decimal): -5727297 or 12557224. OLE color: 12557224.

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

Color convert

RGB168155191-
CMYK0.120.1900.25
HSL261.67º21.95%67.84%-
HSV(B)261.67º18.85%74.9%-
XYZ37.2735.5354.18-
YUV162.99143.81131.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 191 (75% from 255) = 37.16%
R=32.68%
G=30.16%
B=37.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681551910.120.1900.25261.6721.9567.84
HexA89BBFC130191061644
Octal250233277142303140626104
Binary101010001001101110111111110010011011001100000110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BBF; }

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

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

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

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

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

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

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

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