#A89BF5

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

Shades of Biloba Flower #A89BF5

Tints of Biloba Flower #A89BF5

Color information

#A89BF5 (or 0xA89BF5) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and F5. RGB value is (168,155,245). Sum of RGB (Red+Green+Blue) = 168+155+245=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #A89BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BF5 is #57640A. Grayscale: #A8A8A8. Windows color (decimal): -5727243 or 16096168. OLE color: 16096168.

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

Color convert

RGB168155245-
CMYK0.310.3700.04
HSL248.67º81.82%78.43%-
HSV(B)248.67º36.73%96.08%-
XYZ44.3538.3691.45-
YUV169.15170.81127.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.58%
GREEN value IS 155 (60.94% from 255) = 27.29%
BLUE value IS 245 (96.09% from 255) = 43.13%
R=29.58%
G=27.29%
B=43.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681552450.310.3700.04248.6781.8278.43
HexA89BF51F2504f9524e
Octal250233365374504371122116
Binary1010100010011011111101011111110010101001111100110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BF5; }

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

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

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

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

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

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

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

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