#A989F6

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

Shades of Biloba Flower #A989F6

Tints of Biloba Flower #A989F6

Color information

#A989F6 (or 0xA989F6) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and F6. RGB value is (169,137,246). Sum of RGB (Red+Green+Blue) = 169+137+246=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #A989F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A989F6 is #567609. Grayscale: #9E9E9E. Windows color (decimal): -5666314 or 16157097. OLE color: 16157097.

HSL color Cylindrical-coordinate representation of color #A989F6: hue angle of 257.61º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A989F6 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169137246-
CMYK0.310.4400.04
HSL257.61º85.83%75.1%-
HSV(B)257.61º44.31%96.47%-
XYZ41.9432.9891.34-
YUV158.99177.1135.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.62%
GREEN value IS 137 (53.91% from 255) = 24.82%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=30.62%
G=24.82%
B=44.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691372460.310.4400.04257.6185.8375.1
HexA989F61F2C04102564b
Octal251211366375404402126113
Binary10101001100010011111011011111101100010010000001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989F6; }

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

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

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

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

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

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

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

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