#A89AC2

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

Shades of Biloba Flower #A89AC2

Tints of Biloba Flower #A89AC2

Color information

#A89AC2 (or 0xA89AC2) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and C2. RGB value is (168,154,194). Sum of RGB (Red+Green+Blue) = 168+154+194=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #A89AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AC2 is #57653D. Grayscale: #A2A2A2. Windows color (decimal): -5727550 or 12753576. OLE color: 12753576.

HSL color Cylindrical-coordinate representation of color #A89AC2: hue angle of 261º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89AC2 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168154194-
CMYK0.130.2100.24
HSL261º24.69%68.24%-
HSV(B)261º20.62%76.08%-
XYZ37.4435.3355.89-
YUV162.75145.64131.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 194 (76.17% from 255) = 37.60%
R=32.56%
G=29.84%
B=37.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681541940.130.2100.2426124.6968.24
HexA89AC2D150181051944
Octal250232302152503040531104
Binary101010001001101011000010110110101011000100000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AC2; }

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

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

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

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

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

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

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

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