#AC9DBF

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

Shades of Biloba Flower #AC9DBF

Tints of Biloba Flower #AC9DBF

Color information

#AC9DBF (or 0xAC9DBF) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and BF. RGB value is (172,157,191). Sum of RGB (Red+Green+Blue) = 172+157+191=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DBF is #536240. Grayscale: #A5A5A5. Windows color (decimal): -5464641 or 12557740. OLE color: 12557740.

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

Color convert

RGB172157191-
CMYK0.100.1800.25
HSL266.47º20.99%68.24%-
HSV(B)266.47º17.8%74.9%-
XYZ38.4736.6554.34-
YUV165.36142.47132.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 191 (75% from 255) = 36.73%
R=33.08%
G=30.19%
B=36.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721571910.100.1800.25266.4720.9968.24
HexAC9DBFA1201910a1544
Octal254235277122203141225104
Binary101011001001110110111111101010010011001100001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DBF; }

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

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

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

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

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

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

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

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