#A89BE5

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

Shades of Biloba Flower #A89BE5

Tints of Biloba Flower #A89BE5

Color information

#A89BE5 (or 0xA89BE5) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and E5. RGB value is (168,155,229). Sum of RGB (Red+Green+Blue) = 168+155+229=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #A89BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BE5 is #57641A. Grayscale: #A7A7A7. Windows color (decimal): -5727259 or 15047592. OLE color: 15047592.

HSL color Cylindrical-coordinate representation of color #A89BE5: hue angle of 250.54º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A89BE5 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB168155229-
CMYK0.270.3200.10
HSL250.54º58.73%75.29%-
HSV(B)250.54º32.31%89.8%-
XYZ42.0137.4279.14-
YUV167.32162.81128.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.43%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 229 (89.84% from 255) = 41.49%
R=30.43%
G=28.08%
B=41.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1681552290.270.3200.10250.5458.7375.29
HexA89BE51B200Afb3b4b
Octal250233345334001237373113
Binary1010100010011011111001011101110000001010111110111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BE5; }

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

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

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

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

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

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

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

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