#AB89FC

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

Shades of Biloba Flower #AB89FC

Tints of Biloba Flower #AB89FC

Color information

#AB89FC (or 0xAB89FC) is unknown color: approx Biloba Flower. HEX triplet: AB, 89 and FC. RGB value is (171,137,252). Sum of RGB (Red+Green+Blue) = 171+137+252=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB89FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB89FC is #547603. Grayscale: #9F9F9F. Windows color (decimal): -5535236 or 16550315. OLE color: 16550315.

HSL color Cylindrical-coordinate representation of color #AB89FC: hue angle of 257.74º 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 #AB89FC is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171137252-
CMYK0.320.4600.01
HSL257.74º95.04%76.27%-
HSV(B)257.74º45.63%98.82%-
XYZ43.3133.5896.29-
YUV160.28179.76135.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 252 (98.83% from 255) = 45%
R=30.54%
G=24.46%
B=45%

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
Decimal1711372520.320.4600.01257.7495.0476.27
HexAB89FC202E011025f4c
Octal253211374405601402137114
Binary1010101110001001111111001000001011100110000001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89FC; }

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

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

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

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

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

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

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

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