#AC9FBF

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

Shades of Biloba Flower #AC9FBF

Tints of Biloba Flower #AC9FBF

Color information

#AC9FBF (or 0xAC9FBF) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and BF. RGB value is (172,159,191). Sum of RGB (Red+Green+Blue) = 172+159+191=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC9FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FBF is #536040. Grayscale: #A6A6A6. Windows color (decimal): -5464129 or 12558252. OLE color: 12558252.

HSL color Cylindrical-coordinate representation of color #AC9FBF: hue angle of 264.38º 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 #AC9FBF is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172159191-
CMYK0.100.1700.25
HSL264.38º20%68.63%-
HSV(B)264.38º16.75%74.9%-
XYZ38.8237.3354.45-
YUV166.54141.81131.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 191 (75% from 255) = 36.59%
R=32.95%
G=30.46%
B=36.59%

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
Decimal1721591910.100.1700.25264.382068.63
HexAC9FBFA110191081445
Octal254237277122103141024105
Binary101011001001111110111111101010001011001100001000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FBF; }

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

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

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

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

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

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

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

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