#A89AC9

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

Shades of Biloba Flower #A89AC9

Tints of Biloba Flower #A89AC9

Color information

#A89AC9 (or 0xA89AC9) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and C9. RGB value is (168,154,201). Sum of RGB (Red+Green+Blue) = 168+154+201=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 201 - color contains mainly: blue. Hex color #A89AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AC9 is #576536. Grayscale: #A3A3A3. Windows color (decimal): -5727543 or 13212328. OLE color: 13212328.

HSL color Cylindrical-coordinate representation of color #A89AC9: hue angle of 257.87º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A89AC9 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168154201-
CMYK0.160.2300.21
HSL257.87º30.32%69.61%-
HSV(B)257.87º23.38%78.82%-
XYZ38.2535.6560.12-
YUV163.54149.14131.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 201 (78.91% from 255) = 38.43%
R=32.12%
G=29.45%
B=38.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681542010.160.2300.21257.8730.3269.61
HexA89AC910170151021e46
Octal250232311202702540236106
Binary1010100010011010110010011000010111010101100000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AC9; }

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

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

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

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

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

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

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

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