#A89BE0

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

Shades of Biloba Flower #A89BE0

Tints of Biloba Flower #A89BE0

Color information

#A89BE0 (or 0xA89BE0) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and E0. RGB value is (168,155,224). Sum of RGB (Red+Green+Blue) = 168+155+224=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #A89BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BE0 is #57641F. Grayscale: #A6A6A6. Windows color (decimal): -5727264 or 14719912. OLE color: 14719912.

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

Color convert

RGB168155224-
CMYK0.250.3100.12
HSL251.3º52.67%74.31%-
HSV(B)251.3º30.8%87.84%-
XYZ41.3237.1575.51-
YUV166.75160.31128.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=30.71%
G=28.34%
B=40.95%

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
Decimal1681552240.250.3100.12251.352.6774.31
HexA89BE0191F0Cfb354a
Octal250233340313701437365112
Binary101010001001101111100000110011111101100111110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BE0; }

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

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

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

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

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

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

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

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