#A89ADB

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

Shades of Biloba Flower #A89ADB

Tints of Biloba Flower #A89ADB

Color information

#A89ADB (or 0xA89ADB) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and DB. RGB value is (168,154,219). Sum of RGB (Red+Green+Blue) = 168+154+219=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #A89ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADB is #576524. Grayscale: #A5A5A5. Windows color (decimal): -5727525 or 14391976. OLE color: 14391976.

HSL color Cylindrical-coordinate representation of color #A89ADB: hue angle of 252.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89ADB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168154219-
CMYK0.230.3000.14
HSL252.92º47.45%73.14%-
HSV(B)252.92º29.68%85.88%-
XYZ40.4936.5571.94-
YUV165.6158.14129.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=31.05%
G=28.47%
B=40.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681542190.230.3000.14252.9247.4573.14
HexA89ADB171E0Efd2f49
Octal250232333273601637557111
Binary101010001001101011011011101111111001110111111011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ADB; }

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

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

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

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

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

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

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

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