#AB89EF

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

Shades of Biloba Flower #AB89EF

Tints of Biloba Flower #AB89EF

Color information

#AB89EF (or 0xAB89EF) is unknown color: approx Biloba Flower. HEX triplet: AB, 89 and EF. RGB value is (171,137,239). Sum of RGB (Red+Green+Blue) = 171+137+239=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB89EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB89EF is #547610. Grayscale: #9E9E9E. Windows color (decimal): -5535249 or 15698347. OLE color: 15698347.

HSL color Cylindrical-coordinate representation of color #AB89EF: hue angle of 260º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB89EF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171137239-
CMYK0.280.4300.06
HSL260º76.12%73.73%-
HSV(B)260º42.68%93.73%-
XYZ41.3232.7885.81-
YUV158.79173.26136.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 137 (53.91% from 255) = 25.05%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=31.26%
G=25.05%
B=43.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711372390.280.4300.0626076.1273.73
HexAB89EF1C2B061044c4a
Octal253211357345306404114112
Binary10101011100010011110111111100101011011010000010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89EF; }

 p { color: rgb(171,137,239); }

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

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

 a { background-color: rgb(171,137,239); }

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

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

 span { border-color: rgb(171,137,239); }

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