#ACA3BB

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

Shades of Biloba Flower #ACA3BB

Tints of Biloba Flower #ACA3BB

Color information

#ACA3BB (or 0xACA3BB) is unknown color: approx Biloba Flower. HEX triplet: AC, A3 and BB. RGB value is (172,163,187). Sum of RGB (Red+Green+Blue) = 172+163+187=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3BB is #535C44. Grayscale: #A8A8A8. Windows color (decimal): -5463109 or 12297132. OLE color: 12297132.

HSL color Cylindrical-coordinate representation of color #ACA3BB: hue angle of 262.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA3BB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172163187-
CMYK0.080.1300.27
HSL262.5º15%68.63%-
HSV(B)262.5º12.83%73.33%-
XYZ39.0838.5552.4-
YUV168.43138.48130.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=32.95%
G=31.23%
B=35.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721631870.080.1300.27262.51568.63
HexACA3BB8D01B106f45
Octal254243273101503340617105
Binary1010110010100011101110111000110101101110000011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3BB; }

 p { color: rgb(172,163,187); }

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

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

 a { background-color: rgb(172,163,187); }

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

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

 span { border-color: rgb(172,163,187); }

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