#A89FBE

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

Shades of Biloba Flower #A89FBE

Tints of Biloba Flower #A89FBE

Color information

#A89FBE (or 0xA89FBE) is unknown color: approx Biloba Flower. HEX triplet: A8, 9F and BE. RGB value is (168,159,190). Sum of RGB (Red+Green+Blue) = 168+159+190=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #A89FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FBE is #576041. Grayscale: #A5A5A5. Windows color (decimal): -5726274 or 12492712. OLE color: 12492712.

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

Color convert

RGB168159190-
CMYK0.120.1600.25
HSL257.42º19.25%68.43%-
HSV(B)257.42º16.32%74.51%-
XYZ37.8436.8453.83-
YUV165.22141.98129.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=32.50%
G=30.75%
B=36.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681591900.120.1600.25257.4219.2568.43
HexA89FBEC100191011344
Octal250237276142003140123104
Binary101010001001111110111110110010000011001100000001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FBE; }

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

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

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

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

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

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

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

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