#A89AD9

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

Shades of Biloba Flower #A89AD9

Tints of Biloba Flower #A89AD9

Color information

#A89AD9 (or 0xA89AD9) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and D9. RGB value is (168,154,217). Sum of RGB (Red+Green+Blue) = 168+154+217=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #A89AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AD9 is #576526. Grayscale: #A5A5A5. Windows color (decimal): -5727527 or 14260904. OLE color: 14260904.

HSL color Cylindrical-coordinate representation of color #A89AD9: hue angle of 253.33º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89AD9 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168154217-
CMYK0.230.2900.15
HSL253.33º45.32%72.75%-
HSV(B)253.33º29.03%85.1%-
XYZ40.2336.4570.56-
YUV165.37157.14129.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=31.17%
G=28.57%
B=40.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681542170.230.2900.15253.3345.3272.75
HexA89AD9171D0Ffd2d49
Octal250232331273501737555111
Binary101010001001101011011001101111110101111111111011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AD9; }

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

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

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

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

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

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

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

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