#A89AFB

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

Shades of Biloba Flower #A89AFB

Tints of Biloba Flower #A89AFB

Color information

#A89AFB (or 0xA89AFB) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and FB. RGB value is (168,154,251). Sum of RGB (Red+Green+Blue) = 168+154+251=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #A89AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AFB is #576504. Grayscale: #A8A8A8. Windows color (decimal): -5727493 or 16489128. OLE color: 16489128.

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

Color convert

RGB168154251-
CMYK0.330.3900.02
HSL248.66º92.38%79.41%-
HSV(B)248.66º38.65%98.43%-
XYZ45.1238.496.3-
YUV169.24174.14127.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.32%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=29.32%
G=26.88%
B=43.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681542510.330.3900.02248.6692.3879.41
HexA89AFB212702f95c4f
Octal250232373414702371134117
Binary1010100010011010111110111000011001110101111100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AFB; }

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

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

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

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

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

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

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

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