#A89AC6

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

Shades of Biloba Flower #A89AC6

Tints of Biloba Flower #A89AC6

Color information

#A89AC6 (or 0xA89AC6) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and C6. RGB value is (168,154,198). Sum of RGB (Red+Green+Blue) = 168+154+198=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #A89AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AC6 is #576539. Grayscale: #A3A3A3. Windows color (decimal): -5727546 or 13015720. OLE color: 13015720.

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

Color convert

RGB168154198-
CMYK0.150.2200.22
HSL259.09º27.85%69.02%-
HSV(B)259.09º22.22%77.65%-
XYZ37.935.5158.28-
YUV163.2147.64131.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=32.31%
G=29.62%
B=38.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681541980.150.2200.22259.0927.8569.02
HexA89AC6F160161031c45
Octal250232306172602640334105
Binary101010001001101011000110111110110010110100000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AC6; }

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

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

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

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

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

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

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

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