#A989DE

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

Shades of Biloba Flower #A989DE

Tints of Biloba Flower #A989DE

Color information

#A989DE (or 0xA989DE) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and DE. RGB value is (169,137,222). Sum of RGB (Red+Green+Blue) = 169+137+222=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #A989DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989DE is #567621. Grayscale: #9B9B9B. Windows color (decimal): -5666338 or 14584233. OLE color: 14584233.

HSL color Cylindrical-coordinate representation of color #A989DE: hue angle of 262.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A989DE is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169137222-
CMYK0.240.3800.13
HSL262.59º56.29%70.39%-
HSV(B)262.59º38.29%87.06%-
XYZ38.4931.673.18-
YUV156.26165.1137.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=32.01%
G=25.95%
B=42.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691372220.240.3800.13262.5956.2970.39
HexA989DE18260D1073846
Octal251211336304601540770106
Binary10101001100010011101111011000100110011011000001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989DE; }

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

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

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

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

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

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

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

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