#A89AC4

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

Shades of Biloba Flower #A89AC4

Tints of Biloba Flower #A89AC4

Color information

#A89AC4 (or 0xA89AC4) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and C4. RGB value is (168,154,196). Sum of RGB (Red+Green+Blue) = 168+154+196=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #A89AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AC4 is #57653B. Grayscale: #A2A2A2. Windows color (decimal): -5727548 or 12884648. OLE color: 12884648.

HSL color Cylindrical-coordinate representation of color #A89AC4: hue angle of 260º degrees, saturation: 0.26, 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 #A89AC4 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168154196-
CMYK0.140.2100.23
HSL260º26.25%68.63%-
HSV(B)260º21.43%76.86%-
XYZ37.6735.4257.08-
YUV162.97146.64131.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=32.43%
G=29.73%
B=37.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681541960.140.2100.2326026.2568.63
HexA89AC4E150171041a45
Octal250232304162502740432105
Binary101010001001101011000100111010101010111100000100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AC4; }

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

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

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

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

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

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

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

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