#AB88FC

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

Shades of Biloba Flower #AB88FC

Tints of Biloba Flower #AB88FC

Color information

#AB88FC (or 0xAB88FC) is unknown color: approx Biloba Flower. HEX triplet: AB, 88 and FC. RGB value is (171,136,252). Sum of RGB (Red+Green+Blue) = 171+136+252=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB88FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB88FC is #547703. Grayscale: #9F9F9F. Windows color (decimal): -5535492 or 16550059. OLE color: 16550059.

HSL color Cylindrical-coordinate representation of color #AB88FC: hue angle of 258.1º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB88FC is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171136252-
CMYK0.320.4600.01
HSL258.1º95.08%76.08%-
HSV(B)258.1º46.03%98.82%-
XYZ43.1733.2996.25-
YUV159.69180.1136.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 252 (98.83% from 255) = 45.08%
R=30.59%
G=24.33%
B=45.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711362520.320.4600.01258.195.0876.08
HexAB88FC202E011025f4c
Octal253210374405601402137114
Binary1010101110001000111111001000001011100110000001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88FC; }

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

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

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

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

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

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

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

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