#A89EBF

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

Shades of Biloba Flower #A89EBF

Tints of Biloba Flower #A89EBF

Color information

#A89EBF (or 0xA89EBF) is unknown color: approx Biloba Flower. HEX triplet: A8, 9E and BF. RGB value is (168,158,191). Sum of RGB (Red+Green+Blue) = 168+158+191=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #A89EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EBF is #576140. Grayscale: #A4A4A4. Windows color (decimal): -5726529 or 12557992. OLE color: 12557992.

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

Color convert

RGB168158191-
CMYK0.120.1700.25
HSL258.18º20.5%68.43%-
HSV(B)258.18º17.28%74.9%-
XYZ37.7836.5454.35-
YUV164.75142.81130.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 191 (75% from 255) = 36.94%
R=32.50%
G=30.56%
B=36.94%

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
Decimal1681581910.120.1700.25258.1820.568.43
HexA89EBFC110191021444
Octal250236277142103140224104
Binary101010001001111010111111110010001011001100000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89EBF; }

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

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

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

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

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

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

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

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