#AB9FBF

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

Shades of Biloba Flower #AB9FBF

Tints of Biloba Flower #AB9FBF

Color information

#AB9FBF (or 0xAB9FBF) is unknown color: approx Biloba Flower. HEX triplet: AB, 9F and BF. RGB value is (171,159,191). Sum of RGB (Red+Green+Blue) = 171+159+191=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB9FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FBF is #546040. Grayscale: #A6A6A6. Windows color (decimal): -5529665 or 12558251. OLE color: 12558251.

HSL color Cylindrical-coordinate representation of color #AB9FBF: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB9FBF is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171159191-
CMYK0.100.1700.25
HSL262.5º20%68.63%-
HSV(B)262.5º16.75%74.9%-
XYZ38.637.2254.44-
YUV166.24141.98131.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 191 (75% from 255) = 36.66%
R=32.82%
G=30.52%
B=36.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711591910.100.1700.25262.52068.63
HexAB9FBFA110191061445
Octal253237277122103140624105
Binary101010111001111110111111101010001011001100000110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FBF; }

 p { color: rgb(171,159,191); }

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

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

 a { background-color: rgb(171,159,191); }

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

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

 span { border-color: rgb(171,159,191); }

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