#A89EBD

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

Shades of Biloba Flower #A89EBD

Tints of Biloba Flower #A89EBD

Color information

#A89EBD (or 0xA89EBD) is unknown color: approx Biloba Flower. HEX triplet: A8, 9E and BD. RGB value is (168,158,189). Sum of RGB (Red+Green+Blue) = 168+158+189=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #A89EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EBD is #576142. Grayscale: #A4A4A4. Windows color (decimal): -5726531 or 12426920. OLE color: 12426920.

HSL color Cylindrical-coordinate representation of color #A89EBD: hue angle of 259.35º 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 #A89EBD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168158189-
CMYK0.110.1600.26
HSL259.35º19.02%68.04%-
HSV(B)259.35º16.4%74.12%-
XYZ37.5636.4553.2-
YUV164.52141.81130.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=32.62%
G=30.68%
B=36.70%

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
Decimal1681581890.110.1600.26259.3519.0268.04
HexA89EBDB1001A1031344
Octal250236275132003240323104
Binary101010001001111010111101101110000011010100000011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89EBD; }

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

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

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

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

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

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

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

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