#A89BC5

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

Shades of Biloba Flower #A89BC5

Tints of Biloba Flower #A89BC5

Color information

#A89BC5 (or 0xA89BC5) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and C5. RGB value is (168,155,197). Sum of RGB (Red+Green+Blue) = 168+155+197=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #A89BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BC5 is #57643A. Grayscale: #A3A3A3. Windows color (decimal): -5727291 or 12950440. OLE color: 12950440.

HSL color Cylindrical-coordinate representation of color #A89BC5: hue angle of 258.57º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89BC5 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168155197-
CMYK0.150.2100.23
HSL258.57º26.58%69.02%-
HSV(B)258.57º21.32%77.25%-
XYZ37.9535.857.73-
YUV163.67146.81131.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=32.31%
G=29.81%
B=37.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681551970.150.2100.23258.5726.5869.02
HexA89BC5F150171031b45
Octal250233305172502740333105
Binary101010001001101111000101111110101010111100000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BC5; }

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

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

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

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

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

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

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

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