#A89CC6

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

Shades of Biloba Flower #A89CC6

Tints of Biloba Flower #A89CC6

Color information

#A89CC6 (or 0xA89CC6) is unknown color: approx Biloba Flower. HEX triplet: A8, 9C and C6. RGB value is (168,156,198). Sum of RGB (Red+Green+Blue) = 168+156+198=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #A89CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CC6 is #576339. Grayscale: #A4A4A4. Windows color (decimal): -5727034 or 13016232. OLE color: 13016232.

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

Color convert

RGB168156198-
CMYK0.150.2100.22
HSL257.14º26.92%69.41%-
HSV(B)257.14º21.21%77.65%-
XYZ38.2336.1858.39-
YUV164.38146.98130.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=32.18%
G=29.89%
B=37.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681561980.150.2100.22257.1426.9269.41
HexA89CC6F150161011b45
Octal250234306172502640133105
Binary101010001001110011000110111110101010110100000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CC6; }

 p { color: rgb(168,156,198); }

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

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

 a { background-color: rgb(168,156,198); }

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

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

 span { border-color: rgb(168,156,198); }

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