#A89AC8

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

Shades of Biloba Flower #A89AC8

Tints of Biloba Flower #A89AC8

Color information

#A89AC8 (or 0xA89AC8) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and C8. RGB value is (168,154,200). Sum of RGB (Red+Green+Blue) = 168+154+200=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #A89AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AC8 is #576537. Grayscale: #A3A3A3. Windows color (decimal): -5727544 or 13146792. OLE color: 13146792.

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

Color convert

RGB168154200-
CMYK0.160.2300.22
HSL258.26º29.49%69.41%-
HSV(B)258.26º23%78.43%-
XYZ38.1335.6159.51-
YUV163.43148.64131.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 200 (78.52% from 255) = 38.31%
R=32.18%
G=29.50%
B=38.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681542000.160.2300.22258.2629.4969.41
HexA89AC810170161021d45
Octal250232310202702640235105
Binary1010100010011010110010001000010111010110100000010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AC8; }

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

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

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

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

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

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

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

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