#AB88F0

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

Shades of Biloba Flower #AB88F0

Tints of Biloba Flower #AB88F0

Color information

#AB88F0 (or 0xAB88F0) is unknown color: approx Biloba Flower. HEX triplet: AB, 88 and F0. RGB value is (171,136,240). Sum of RGB (Red+Green+Blue) = 171+136+240=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB88F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB88F0 is #54770F. Grayscale: #9D9D9D. Windows color (decimal): -5535504 or 15763627. OLE color: 15763627.

HSL color Cylindrical-coordinate representation of color #AB88F0: hue angle of 260.19º degrees, saturation: 0.78, 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 #AB88F0 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171136240-
CMYK0.290.4300.06
HSL260.19º77.61%73.73%-
HSV(B)260.19º43.33%94.12%-
XYZ41.3332.5686.54-
YUV158.32174.1137.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 136 (53.52% from 255) = 24.86%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=31.26%
G=24.86%
B=43.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711362400.290.4300.06260.1977.6173.73
HexAB88F01D2B061044e4a
Octal253210360355306404116112
Binary10101011100010001111000011101101011011010000010010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88F0; }

 p { color: rgb(171,136,240); }

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

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

 a { background-color: rgb(171,136,240); }

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

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

 span { border-color: rgb(171,136,240); }

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