#A89BE2

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

Shades of Biloba Flower #A89BE2

Tints of Biloba Flower #A89BE2

Color information

#A89BE2 (or 0xA89BE2) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and E2. RGB value is (168,155,226). Sum of RGB (Red+Green+Blue) = 168+155+226=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #A89BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BE2 is #57641D. Grayscale: #A6A6A6. Windows color (decimal): -5727262 or 14850984. OLE color: 14850984.

HSL color Cylindrical-coordinate representation of color #A89BE2: hue angle of 250.99º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A89BE2 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168155226-
CMYK0.260.3100.11
HSL250.99º55.04%74.71%-
HSV(B)250.99º31.42%88.63%-
XYZ41.637.2676.95-
YUV166.98161.31128.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.60%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=30.60%
G=28.23%
B=41.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681552260.260.3100.11250.9955.0474.71
HexA89BE21A1F0Bfb374b
Octal250233342323701337367113
Binary101010001001101111100010110101111101011111110111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BE2; }

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

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

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

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

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

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

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

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