#A89DC4

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

Shades of Biloba Flower #A89DC4

Tints of Biloba Flower #A89DC4

Color information

#A89DC4 (or 0xA89DC4) is unknown color: approx Biloba Flower. HEX triplet: A8, 9D and C4. RGB value is (168,157,196). Sum of RGB (Red+Green+Blue) = 168+157+196=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #A89DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DC4 is #57623B. Grayscale: #A4A4A4. Windows color (decimal): -5726780 or 12885416. OLE color: 12885416.

HSL color Cylindrical-coordinate representation of color #A89DC4: hue angle of 256.92º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89DC4 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168157196-
CMYK0.140.2000.23
HSL256.92º24.84%69.22%-
HSV(B)256.92º19.9%76.86%-
XYZ38.1736.4257.24-
YUV164.74145.64130.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=32.25%
G=30.13%
B=37.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681571960.140.2000.23256.9224.8469.22
HexA89DC4E140171011945
Octal250235304162402740131105
Binary101010001001110111000100111010100010111100000001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DC4; }

 p { color: rgb(168,157,196); }

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

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

 a { background-color: rgb(168,157,196); }

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

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

 span { border-color: rgb(168,157,196); }

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