#A89BFA

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

Shades of Biloba Flower #A89BFA

Tints of Biloba Flower #A89BFA

Color information

#A89BFA (or 0xA89BFA) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and FA. RGB value is (168,155,250). Sum of RGB (Red+Green+Blue) = 168+155+250=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #A89BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BFA is #576405. Grayscale: #A9A9A9. Windows color (decimal): -5727238 or 16423848. OLE color: 16423848.

HSL color Cylindrical-coordinate representation of color #A89BFA: hue angle of 248.21º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89BFA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168155250-
CMYK0.330.3800.02
HSL248.21º90.48%79.41%-
HSV(B)248.21º38%98.04%-
XYZ45.1338.6795.53-
YUV169.72173.31126.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.32%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=29.32%
G=27.05%
B=43.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681552500.330.3800.02248.2190.4879.41
HexA89BFA212602f85a4f
Octal250233372414602370132117
Binary1010100010011011111110101000011001100101111100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BFA; }

 p { color: rgb(168,155,250); }

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

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

 a { background-color: rgb(168,155,250); }

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

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

 span { border-color: rgb(168,155,250); }

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