#A989D1

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

Shades of Biloba Flower #A989D1

Tints of Biloba Flower #A989D1

Color information

#A989D1 (or 0xA989D1) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and D1. RGB value is (169,137,209). Sum of RGB (Red+Green+Blue) = 169+137+209=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #A989D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989D1 is #56762E. Grayscale: #9A9A9A. Windows color (decimal): -5666351 or 13732265. OLE color: 13732265.

HSL color Cylindrical-coordinate representation of color #A989D1: hue angle of 266.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A989D1 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169137209-
CMYK0.190.3400.18
HSL266.67º43.9%67.84%-
HSV(B)266.67º34.45%81.96%-
XYZ36.8230.9364.35-
YUV154.78158.6138.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=32.82%
G=26.60%
B=40.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691372090.190.3400.18266.6743.967.84
HexA989D1132201210b2c44
Octal251211321234202241354104
Binary101010011000100111010001100111000100100101000010111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989D1; }

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

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

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

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

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

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

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

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