#A989EA

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

Shades of Biloba Flower #A989EA

Tints of Biloba Flower #A989EA

Color information

#A989EA (or 0xA989EA) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and EA. RGB value is (169,137,234). Sum of RGB (Red+Green+Blue) = 169+137+234=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #A989EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A989EA is #567615. Grayscale: #9D9D9D. Windows color (decimal): -5666326 or 15370665. OLE color: 15370665.

HSL color Cylindrical-coordinate representation of color #A989EA: hue angle of 259.79º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A989EA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169137234-
CMYK0.280.4100.08
HSL259.79º69.78%72.75%-
HSV(B)259.79º41.45%91.76%-
XYZ40.1632.2781.95-
YUV157.63171.1136.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=31.30%
G=25.37%
B=43.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691372340.280.4100.08259.7969.7872.75
HexA989EA1C29081044649
Octal2512113523451010404106111
Binary101010011000100111101010111001010010100010000010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989EA; }

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

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

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

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

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

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

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

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