#A89BFB

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

Shades of Biloba Flower #A89BFB

Tints of Biloba Flower #A89BFB

Color information

#A89BFB (or 0xA89BFB) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and FB. RGB value is (168,155,251). Sum of RGB (Red+Green+Blue) = 168+155+251=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #A89BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BFB is #576404. Grayscale: #A9A9A9. Windows color (decimal): -5727237 or 16489384. OLE color: 16489384.

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

Color convert

RGB168155251-
CMYK0.330.3800.02
HSL248.12º92.31%79.61%-
HSV(B)248.12º38.25%98.43%-
XYZ45.2838.7396.36-
YUV169.83173.81126.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.27%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=29.27%
G=27.00%
B=43.73%

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
Decimal1681552510.330.3800.02248.1292.3179.61
HexA89BFB212602f85c50
Octal250233373414602370134120
Binary1010100010011011111110111000011001100101111100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BFB; }

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

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

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

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

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

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

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

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