#A889DB

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

Shades of Biloba Flower #A889DB

Tints of Biloba Flower #A889DB

Color information

#A889DB (or 0xA889DB) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and DB. RGB value is (168,137,219). Sum of RGB (Red+Green+Blue) = 168+137+219=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A889DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889DB is #577624. Grayscale: #9B9B9B. Windows color (decimal): -5731877 or 14387624. OLE color: 14387624.

HSL color Cylindrical-coordinate representation of color #A889DB: hue angle of 262.68º 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 #A889DB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168137219-
CMYK0.230.3700.14
HSL262.68º53.25%69.8%-
HSV(B)262.68º37.44%85.88%-
XYZ37.8831.3371.07-
YUV155.62163.77136.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=32.06%
G=26.15%
B=41.79%

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
Decimal1681372190.230.3700.14262.6853.2569.8
HexA889DB17250E1073546
Octal250211333274501640765106
Binary10101000100010011101101110111100101011101000001111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889DB; }

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

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

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

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

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

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

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

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