#A89BE1

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

Shades of Biloba Flower #A89BE1

Tints of Biloba Flower #A89BE1

Color information

#A89BE1 (or 0xA89BE1) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and E1. RGB value is (168,155,225). Sum of RGB (Red+Green+Blue) = 168+155+225=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #A89BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BE1 is #57641E. Grayscale: #A6A6A6. Windows color (decimal): -5727263 or 14785448. OLE color: 14785448.

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

Color convert

RGB168155225-
CMYK0.250.3100.12
HSL251.14º53.85%74.51%-
HSV(B)251.14º31.11%88.24%-
XYZ41.4637.276.23-
YUV166.87160.81128.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.66%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 225 (88.28% from 255) = 41.06%
R=30.66%
G=28.28%
B=41.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681552250.250.3100.12251.1453.8574.51
HexA89BE1191F0Cfb364b
Octal250233341313701437366113
Binary101010001001101111100001110011111101100111110111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BE1; }

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

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

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

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

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

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

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

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