#A989DB

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

Shades of Biloba Flower #A989DB

Tints of Biloba Flower #A989DB

Color information

#A989DB (or 0xA989DB) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and DB. RGB value is (169,137,219). Sum of RGB (Red+Green+Blue) = 169+137+219=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #A989DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989DB is #567624. Grayscale: #9B9B9B. Windows color (decimal): -5666341 or 14387625. OLE color: 14387625.

HSL color Cylindrical-coordinate representation of color #A989DB: hue angle of 263.41º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A989DB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169137219-
CMYK0.230.3700.14
HSL263.41º53.25%69.8%-
HSV(B)263.41º37.44%85.88%-
XYZ38.0931.4471.08-
YUV155.92163.6137.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=32.19%
G=26.10%
B=41.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691372190.230.3700.14263.4153.2569.8
HexA989DB17250E1073546
Octal251211333274501640765106
Binary10101001100010011101101110111100101011101000001111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989DB; }

 p { color: rgb(169,137,219); }

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

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

 a { background-color: rgb(169,137,219); }

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

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

 span { border-color: rgb(169,137,219); }

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