#AB8DFB

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

Shades of Biloba Flower #AB8DFB

Tints of Biloba Flower #AB8DFB

Color information

#AB8DFB (or 0xAB8DFB) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and FB. RGB value is (171,141,251). Sum of RGB (Red+Green+Blue) = 171+141+251=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFB is #547204. Grayscale: #A2A2A2. Windows color (decimal): -5534213 or 16485803. OLE color: 16485803.

HSL color Cylindrical-coordinate representation of color #AB8DFB: hue angle of 256.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8DFB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171141251-
CMYK0.320.4400.02
HSL256.36º93.22%76.86%-
HSV(B)256.36º43.82%98.43%-
XYZ43.7334.6795.65-
YUV162.51177.94134.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=30.37%
G=25.04%
B=44.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711412510.320.4400.02256.3693.2276.86
HexAB8DFB202C021005d4d
Octal253215373405402400135115
Binary10101011100011011111101110000010110001010000000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DFB; }

 p { color: rgb(171,141,251); }

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

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

 a { background-color: rgb(171,141,251); }

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

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

 span { border-color: rgb(171,141,251); }

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