#AC9FBC

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

Shades of Biloba Flower #AC9FBC

Tints of Biloba Flower #AC9FBC

Color information

#AC9FBC (or 0xAC9FBC) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and BC. RGB value is (172,159,188). Sum of RGB (Red+Green+Blue) = 172+159+188=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FBC is #536043. Grayscale: #A6A6A6. Windows color (decimal): -5464132 or 12361644. OLE color: 12361644.

HSL color Cylindrical-coordinate representation of color #AC9FBC: hue angle of 266.9º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9FBC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172159188-
CMYK0.090.1500.26
HSL266.9º17.79%68.04%-
HSV(B)266.9º15.43%73.73%-
XYZ38.4937.252.73-
YUV166.19140.31132.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=33.14%
G=30.64%
B=36.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721591880.090.1500.26266.917.7968.04
HexAC9FBC9F01A10b1244
Octal254237274111703241322104
Binary10101100100111111011110010011111011010100001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FBC; }

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

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

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

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

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

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

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

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