#AB8BFB

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

Shades of Biloba Flower #AB8BFB

Tints of Biloba Flower #AB8BFB

Color information

#AB8BFB (or 0xAB8BFB) is unknown color: approx Biloba Flower. HEX triplet: AB, 8B and FB. RGB value is (171,139,251). Sum of RGB (Red+Green+Blue) = 171+139+251=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BFB is #547404. Grayscale: #A0A0A0. Windows color (decimal): -5534725 or 16485291. OLE color: 16485291.

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

Color convert

RGB171139251-
CMYK0.320.4500.02
HSL257.14º93.33%76.47%-
HSV(B)257.14º44.62%98.43%-
XYZ43.4434.0995.56-
YUV161.34178.6134.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=30.48%
G=24.78%
B=44.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711392510.320.4500.02257.1493.3376.47
HexAB8BFB202D021015d4c
Octal253213373405502401135114
Binary10101011100010111111101110000010110101010000000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BFB; }

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

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

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

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

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

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

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

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