#A989DC

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

Shades of Biloba Flower #A989DC

Tints of Biloba Flower #A989DC

Color information

#A989DC (or 0xA989DC) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and DC. RGB value is (169,137,220). Sum of RGB (Red+Green+Blue) = 169+137+220=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #A989DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989DC is #567623. Grayscale: #9B9B9B. Windows color (decimal): -5666340 or 14453161. OLE color: 14453161.

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

Color convert

RGB169137220-
CMYK0.230.3800.14
HSL263.13º54.25%70%-
HSV(B)263.13º37.73%86.27%-
XYZ38.2331.4971.77-
YUV156.03164.1137.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=32.13%
G=26.05%
B=41.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691372200.230.3800.14263.1354.2570
HexA989DC17260E1073646
Octal251211334274601640766106
Binary10101001100010011101110010111100110011101000001111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989DC; }

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

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

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

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

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

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

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

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