#A89BE7

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

Shades of Biloba Flower #A89BE7

Tints of Biloba Flower #A89BE7

Color information

#A89BE7 (or 0xA89BE7) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and E7. RGB value is (168,155,231). Sum of RGB (Red+Green+Blue) = 168+155+231=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #A89BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BE7 is #576418. Grayscale: #A7A7A7. Windows color (decimal): -5727257 or 15178664. OLE color: 15178664.

HSL color Cylindrical-coordinate representation of color #A89BE7: hue angle of 250.26º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89BE7 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB168155231-
CMYK0.270.3300.09
HSL250.26º61.29%75.69%-
HSV(B)250.26º32.9%90.59%-
XYZ42.2937.5480.62-
YUV167.55163.81128.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.32%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 231 (90.62% from 255) = 41.70%
R=30.32%
G=27.98%
B=41.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1681552310.270.3300.09250.2661.2975.69
HexA89BE71B2109fa3d4c
Octal250233347334101137275114
Binary1010100010011011111001111101110000101001111110101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BE7; }

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

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

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

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

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

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

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

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